diff options
author | Steven Barth <steven@midlink.org> | 2009-01-30 17:55:21 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2009-01-30 17:55:21 +0000 |
commit | 80216cc0881b8d9b0f23d9db7f7888d8db1b8f4e (patch) | |
tree | ceb6e0c849ec447a3645d65292c7ee25d22beca1 /applications/freifunk-community/ipkg | |
parent | fb581efd7dbaff2e38316494a04f4587edea8900 (diff) |
Cleanup Freifunk defaults
Remove RTS, fallback to default
Disable Fledermaus theme
Disable forced German language, fallback to autodetect
Diffstat (limited to 'applications/freifunk-community/ipkg')
-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 c16bc3af40..0000000000 --- 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 -} |