From 5a3422963ba93d347c58064a9e153bf7ecfe5b2b Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Thu, 6 Nov 2008 01:56:01 +0000 Subject: * luci/applications: force success for postinstall scripts --- applications/luci-splash/ipkg/postinst | 2 ++ applications/luci-statistics/ipkg/postinst | 2 ++ 2 files changed, 4 insertions(+) (limited to 'applications') diff --git a/applications/luci-splash/ipkg/postinst b/applications/luci-splash/ipkg/postinst index 1e4d1793d..0a4ca74cb 100755 --- a/applications/luci-splash/ipkg/postinst +++ b/applications/luci-splash/ipkg/postinst @@ -2,4 +2,6 @@ [ -n "${IPKG_INSTROOT}" ] || { /etc/init.d/luci_splash enable + + exit 0 } diff --git a/applications/luci-statistics/ipkg/postinst b/applications/luci-statistics/ipkg/postinst index 536f4bb28..e69ae4726 100755 --- a/applications/luci-statistics/ipkg/postinst +++ b/applications/luci-statistics/ipkg/postinst @@ -4,4 +4,6 @@ /etc/init.d/luci_statistics enable /etc/init.d/collectd enable + + exit 0 } -- cgit v1.2.3