X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=applications%2Fluci-splash%2Fipkg%2Fpostinst;h=1e4d1793d7b035cc81651d4e1f78872dd0fd09d7;hp=e9c8bb12c63be2d1030e901644901d5b7ec70576;hb=e77637b96ead2cfa7d0adec858b0df5effade0e0;hpb=4dfa176aad01284a74c8fb8684b672a9c3321e23 diff --git a/applications/luci-splash/ipkg/postinst b/applications/luci-splash/ipkg/postinst index e9c8bb12c..1e4d1793d 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 +}