diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2008-11-04 20:21:56 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2008-11-04 20:21:56 +0000 |
commit | 5889342843fb5fd0d6acfeabbb0e95e565e3940c (patch) | |
tree | f774b99604f7ae3dcddb217e9484ea47bc19a7d4 /applications/luci-splash | |
parent | 3a006a17a5f8ce61ea6ea3fdd02f34b4c68f2116 (diff) |
* luci/app/splash: add postinstall to enable init script
Diffstat (limited to 'applications/luci-splash')
-rwxr-xr-x | applications/luci-splash/ipkg/postinst | 3 |
1 files changed, 3 insertions, 0 deletions
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 |