diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2014-07-11 17:29:05 +0200 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-07-11 17:29:48 +0200 |
| commit | 6222925ea120fc7acc520a79dd8bda0979b7a392 (patch) | |
| tree | 3c9bfa3095183d292f830fe3f4f53cbbb774e7a7 /package/php/files/php.postinst | |
| parent | a599610f7b2992a832561ce09b81c7d66409eb83 (diff) | |
make default mpdbox collection working out of the box
Diffstat (limited to 'package/php/files/php.postinst')
| -rw-r--r-- | package/php/files/php.postinst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package/php/files/php.postinst b/package/php/files/php.postinst new file mode 100644 index 000000000..b976cf95f --- /dev/null +++ b/package/php/files/php.postinst @@ -0,0 +1,4 @@ +#!/bin/sh +. $IPKG_INSTROOT/etc/functions.sh +add_rcconf php NO +add_rcconf php_flags "-b 2000" |
