diff options
Diffstat (limited to 'applications/luci-app-splash/ipkg/postinst')
-rwxr-xr-x | applications/luci-app-splash/ipkg/postinst | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/applications/luci-app-splash/ipkg/postinst b/applications/luci-app-splash/ipkg/postinst deleted file mode 100755 index a87729e431..0000000000 --- a/applications/luci-app-splash/ipkg/postinst +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh - -[ -n "${IPKG_INSTROOT}" ] || { - /etc/init.d/luci_splash enabled || /etc/init.d/luci_splash enable - exit 0 -} |