From: Jo-Philipp Wich Date: Tue, 4 Nov 2008 20:21:56 +0000 (+0000) Subject: * luci/app/splash: add postinstall to enable init script X-Git-Tag: 0.9.0~1015 X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=5889342843fb5fd0d6acfeabbb0e95e565e3940c;ds=sidebyside * luci/app/splash: add postinstall to enable init script --- diff --git a/applications/luci-splash/ipkg/postinst b/applications/luci-splash/ipkg/postinst new file mode 100755 index 000000000..e9c8bb12c --- /dev/null +++ b/applications/luci-splash/ipkg/postinst @@ -0,0 +1,3 @@ +#!/bin/sh + +/etc/init.d/luci_splash enable