summaryrefslogtreecommitdiffhomepage
path: root/libs/lucittpd/ipkg
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2008-12-07 11:47:59 +0000
committerSteven Barth <steven@midlink.org>2008-12-07 11:47:59 +0000
commit506822ee7080e86584a4f6436aeeb8edb411c88e (patch)
tree9bc823e936e44b0a6e16f7b2a14520c30e12a31c /libs/lucittpd/ipkg
parenta2d1ca7af0e72c451b31c7a35e13df9583de048e (diff)
Make LuCIttpd work OOTB
Diffstat (limited to 'libs/lucittpd/ipkg')
-rwxr-xr-xlibs/lucittpd/ipkg/postinst6
1 files changed, 6 insertions, 0 deletions
diff --git a/libs/lucittpd/ipkg/postinst b/libs/lucittpd/ipkg/postinst
new file mode 100755
index 000000000..3c25ea664
--- /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
+}
+