From: Manuel Munz Date: Sun, 16 Oct 2011 13:22:26 +0000 (+0000) Subject: modules/freifunk: This was moved to freifunk-common with r7554 X-Git-Tag: 0.11.0~1526 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=e4740d764bd573b484b4ea89526553b4477fa49f;p=project%2Fluci.git modules/freifunk: This was moved to freifunk-common with r7554 --- diff --git a/modules/freifunk/ipkg/postinst b/modules/freifunk/ipkg/postinst deleted file mode 100755 index 52bedb2d4a..0000000000 --- a/modules/freifunk/ipkg/postinst +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh - -[ -n "${IPKG_INSTROOT}" ] || { - /etc/init.d/freifunk enabled || /etc/init.d/freifunk enable - exit 0 -}