modules/freifunk: This was moved to freifunk-common with r7554
[project/luci.git] / modules / freifunk / ipkg / postinst
diff --git a/modules/freifunk/ipkg/postinst b/modules/freifunk/ipkg/postinst
deleted file mode 100755 (executable)
index 52bedb2..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-
-[ -n "${IPKG_INSTROOT}" ] || {
-       /etc/init.d/freifunk enabled || /etc/init.d/freifunk enable
-       exit 0
-}