diff options
Diffstat (limited to 'applications/luci-splash/ipkg/postinst')
-rwxr-xr-x | applications/luci-splash/ipkg/postinst | 1 |
1 files changed, 1 insertions, 0 deletions
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 } |