diff options
Diffstat (limited to 'applications/freifunk-community/ipkg/postinst')
-rwxr-xr-x | applications/freifunk-community/ipkg/postinst | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/applications/freifunk-community/ipkg/postinst b/applications/freifunk-community/ipkg/postinst deleted file mode 100755 index c16bc3af4..000000000 --- a/applications/freifunk-community/ipkg/postinst +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -[ -n "${IPKG_INSTROOT}" ] || { - ( . /etc/uci-defaults/luci-freifunk-community ) && rm -f /etc/uci-defaults/luci-freifunk-community -} |