diff options
author | Steven Barth <steven@midlink.org> | 2008-09-15 16:52:58 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-09-15 16:52:58 +0000 |
commit | dbd1d3c273a5c4cf47244ae8db7c25f1852aeb5e (patch) | |
tree | 438913cba2d302f2ab9691ee036ad03964c7201a /applications/freifunk-community/ipkg | |
parent | dc33ed7b570144f5269151e5df218a7a3a37b52a (diff) |
Reorganised Freifunk pages
Unified Community configuration
Diffstat (limited to 'applications/freifunk-community/ipkg')
-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 +} |