From 506822ee7080e86584a4f6436aeeb8edb411c88e Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Sun, 7 Dec 2008 11:47:59 +0000 Subject: Make LuCIttpd work OOTB --- libs/lucittpd/ipkg/postinst | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 libs/lucittpd/ipkg/postinst (limited to 'libs/lucittpd/ipkg/postinst') 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 +} + -- cgit v1.2.3