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-mmc_over_gpio/ipkg/postinst | 1 + 1 file changed, 1 insertion(+) (limited to 'applications/luci-mmc_over_gpio') diff --git a/applications/luci-mmc_over_gpio/ipkg/postinst b/applications/luci-mmc_over_gpio/ipkg/postinst index cf16b8a4b..d88cfb963 100644 --- a/applications/luci-mmc_over_gpio/ipkg/postinst +++ b/applications/luci-mmc_over_gpio/ipkg/postinst @@ -1,4 +1,5 @@ #!/bin/sh [ -n "${IPKG_INSTROOT}" ] || { ( . /etc/uci-defaults/luci-mmc_over_gpio ) && rm -f /etc/uci-defaults/luci-mmc_over_gpio + /etc/init.d/mmc_over_gpio enabled || /etc/init.d/mmc_over_gpio enable } -- cgit v1.2.3