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