From 7651fd78f055c0f6373027d5dae1f2ce9e8db4c3 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Wed, 5 Nov 2008 22:06:27 +0000 Subject: * luci: fix postinstall scripts --- applications/luci-splash/ipkg/postinst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'applications/luci-splash/ipkg') diff --git a/applications/luci-splash/ipkg/postinst b/applications/luci-splash/ipkg/postinst index e9c8bb12c6..1e4d1793d7 100755 --- a/applications/luci-splash/ipkg/postinst +++ b/applications/luci-splash/ipkg/postinst @@ -1,3 +1,5 @@ #!/bin/sh -/etc/init.d/luci_splash enable +[ -n "${IPKG_INSTROOT}" ] || { + /etc/init.d/luci_splash enable +} -- cgit v1.2.3