Force postinst script exiting with return code 0
[project/luci.git] / applications / luci-splash / ipkg / postinst
index f898ad1..a87729e 100755 (executable)
@@ -2,4 +2,5 @@
 
 [ -n "${IPKG_INSTROOT}" ] || {
        /etc/init.d/luci_splash enabled || /etc/init.d/luci_splash enable
+       exit 0
 }