summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-splash/ipkg/postinst
diff options
context:
space:
mode:
Diffstat (limited to 'applications/luci-splash/ipkg/postinst')
-rwxr-xr-xapplications/luci-splash/ipkg/postinst1
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
}