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