* luci/applications: force success for postinstall scripts
authorJo-Philipp Wich <jow@openwrt.org>
Thu, 6 Nov 2008 01:56:01 +0000 (01:56 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Thu, 6 Nov 2008 01:56:01 +0000 (01:56 +0000)
applications/luci-splash/ipkg/postinst
applications/luci-statistics/ipkg/postinst
contrib/package/olsrd-luci/ipkg/postinst
modules/admin-core/ipkg/postinst

index 1e4d179..0a4ca74 100755 (executable)
@@ -2,4 +2,6 @@
 
 [ -n "${IPKG_INSTROOT}" ] || {
        /etc/init.d/luci_splash enable
+
+       exit 0
 }
index 536f4bb..e69ae47 100755 (executable)
@@ -4,4 +4,6 @@
 
        /etc/init.d/luci_statistics enable
        /etc/init.d/collectd enable
+
+       exit 0
 }
index 288d7e4..cd38fcf 100755 (executable)
@@ -2,4 +2,6 @@
 
 [ -n "${IPKG_INSTROOT}" ] || {
        /etc/init.d/olsrd enable
+
+       exit 0
 }
index 90138ae..a849819 100755 (executable)
@@ -4,4 +4,6 @@
        /etc/init.d/luci_fixtime enable
        /etc/init.d/luci_ethers enable
        /etc/init.d/luci_hosts enable
+
+       exit 0
 }