* luci/applications: force success for postinstall scripts
[project/luci.git] / modules / admin-core / ipkg / postinst
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
 }