* luci: fix postinstall scripts
[project/luci.git] / modules / admin-core / ipkg / postinst
index c2f3b5f..90138ae 100755 (executable)
@@ -1,6 +1,7 @@
 #!/bin/sh
 
-/etc/init.d/luci_fixtime enable
-/etc/init.d/luci_ethers enable
-/etc/init.d/luci_hosts enable
-
+[ -n "${IPKG_INSTROOT}" ] || {
+       /etc/init.d/luci_fixtime enable
+       /etc/init.d/luci_ethers enable
+       /etc/init.d/luci_hosts enable
+}