diff options
Diffstat (limited to 'package/php/files/php-mod-simplexml.postinst')
-rw-r--r-- | package/php/files/php-mod-simplexml.postinst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package/php/files/php-mod-simplexml.postinst b/package/php/files/php-mod-simplexml.postinst new file mode 100644 index 000000000..0d17ef13b --- /dev/null +++ b/package/php/files/php-mod-simplexml.postinst @@ -0,0 +1,3 @@ +#!/bin/sh +. $IPKG_INSTROOT/etc/functions.sh +echo "extension=simplexml.so" >> $IPKG_INSTROOT/etc/php.ini |