From 5889342843fb5fd0d6acfeabbb0e95e565e3940c Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Tue, 4 Nov 2008 20:21:56 +0000 Subject: [PATCH] * luci/app/splash: add postinstall to enable init script --- applications/luci-splash/ipkg/postinst | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 applications/luci-splash/ipkg/postinst 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 -- 2.11.0