diff options
-rwxr-xr-x | modules/freifunk/ipkg/postinst | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/modules/freifunk/ipkg/postinst b/modules/freifunk/ipkg/postinst deleted file mode 100755 index 52bedb2d4..000000000 --- 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 -} |