diff options
author | Steven Barth <steven@midlink.org> | 2008-12-07 11:47:59 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-12-07 11:47:59 +0000 |
commit | 506822ee7080e86584a4f6436aeeb8edb411c88e (patch) | |
tree | 9bc823e936e44b0a6e16f7b2a14520c30e12a31c /libs/lucittpd/ipkg | |
parent | a2d1ca7af0e72c451b31c7a35e13df9583de048e (diff) |
Make LuCIttpd work OOTB
Diffstat (limited to 'libs/lucittpd/ipkg')
-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 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 +} + |