* 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 1e4d1793d7b035cc81651d4e1f78872dd0fd09d7..0a4ca74cb7ab727eb235365c8ddff016a0576062 100755 (executable)
@@ -2,4 +2,6 @@
 
 [ -n "${IPKG_INSTROOT}" ] || {
        /etc/init.d/luci_splash enable
+
+       exit 0
 }
index 536f4bb28a0e69dd763baea902b1929375cab442..e69ae47266f3a78b80badc44353e2786b1a71506 100755 (executable)
@@ -4,4 +4,6 @@
 
        /etc/init.d/luci_statistics enable
        /etc/init.d/collectd enable
+
+       exit 0
 }
index 288d7e40d7d8d9c0470ca3fdb0eaaa702f612553..cd38fcfaf01f2038247386a172a2ca2dd6fd41a7 100755 (executable)
@@ -2,4 +2,6 @@
 
 [ -n "${IPKG_INSTROOT}" ] || {
        /etc/init.d/olsrd enable
+
+       exit 0
 }
index 90138ae76b315960cbbe5846ecd3bd595d4f7f1d..a849819c6c4aa956c3510ec42d37e4bfe9422389 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
 }