modules/freifunk: implement /etc/rc.local, install dnsmasq sighup cronjob on boot
[project/luci.git] / modules / freifunk / ipkg / postinst
diff --git a/modules/freifunk/ipkg/postinst b/modules/freifunk/ipkg/postinst
new file mode 100755 (executable)
index 0000000..90e28ef
--- /dev/null
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+[ -n "${IPKG_INSTROOT}" ] || {
+       /etc/init.d/freifunk enabled || /etc/init.d/freifunk enable
+}