From 9b767cf8dfc1c404f0deb0d8eff704b2e6adeb37 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Mon, 8 Jun 2009 20:00:50 +0000 Subject: applications: enable related init scripts on opkg install, otherwise users would have to use the shell --- applications/luci-ushare/ipkg/postinst | 1 + 1 file changed, 1 insertion(+) (limited to 'applications/luci-ushare/ipkg') diff --git a/applications/luci-ushare/ipkg/postinst b/applications/luci-ushare/ipkg/postinst index f3924893d..0309e3e1a 100644 --- a/applications/luci-ushare/ipkg/postinst +++ b/applications/luci-ushare/ipkg/postinst @@ -1,4 +1,5 @@ #!/bin/sh [ -n "${IPKG_INSTROOT}" ] || { ( . /etc/uci-defaults/luci-ushare ) && rm -f /etc/uci-defaults/luci-ushare + /etc/init.d/ushare enabled || /etc/init.d/ushare enable } -- cgit v1.2.3