diff options
Diffstat (limited to 'libs/lucittpd/ipkg/postinst')
-rwxr-xr-x | libs/lucittpd/ipkg/postinst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libs/lucittpd/ipkg/postinst b/libs/lucittpd/ipkg/postinst new file mode 100755 index 0000000000..3c25ea664f --- /dev/null +++ b/libs/lucittpd/ipkg/postinst @@ -0,0 +1,6 @@ +#!/bin/sh +[ -n "${IPKG_INSTROOT}" ] || { + /etc/init.d/lucittpd enable + /etc/init.d/lucittpd start +} + |