* luci/applications: force success for postinstall scripts
[project/luci.git] / applications / luci-splash / ipkg / postinst
index 1e4d1793d7b035cc81651d4e1f78872dd0fd09d7..0a4ca74cb7ab727eb235365c8ddff016a0576062 100755 (executable)
@@ -2,4 +2,6 @@
 
 [ -n "${IPKG_INSTROOT}" ] || {
        /etc/init.d/luci_splash enable
+
+       exit 0
 }