X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;ds=inline;f=applications%2Fluci-splash%2Fipkg%2Fpostinst;h=a87729e43155b40357ab349dda0c1f6bd67197c8;hb=66a5b8146fc86b452b5a7de372fb91ce2ace0574;hp=f898ad1620f530a4afe0834dc9b832d9b64d6a28;hpb=59dacc67065563f85257299a2f1ce37d811f1039;p=project%2Fluci.git diff --git a/applications/luci-splash/ipkg/postinst b/applications/luci-splash/ipkg/postinst index f898ad162..a87729e43 100755 --- a/applications/luci-splash/ipkg/postinst +++ b/applications/luci-splash/ipkg/postinst @@ -2,4 +2,5 @@ [ -n "${IPKG_INSTROOT}" ] || { /etc/init.d/luci_splash enabled || /etc/init.d/luci_splash enable + exit 0 }