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/community-leipzig | |
parent | dc33ed7b570144f5269151e5df218a7a3a37b52a (diff) |
Reorganised Freifunk pages
Unified Community configuration
Diffstat (limited to 'applications/community-leipzig')
-rw-r--r-- | applications/community-leipzig/Makefile | 2 | ||||
-rwxr-xr-x | applications/community-leipzig/ipkg/postinst | 4 | ||||
-rw-r--r-- | applications/community-leipzig/root/etc/uci-defaults/luci-community-leipzig | 7 |
3 files changed, 0 insertions, 13 deletions
diff --git a/applications/community-leipzig/Makefile b/applications/community-leipzig/Makefile deleted file mode 100644 index 81a96f6a8..000000000 --- a/applications/community-leipzig/Makefile +++ /dev/null @@ -1,2 +0,0 @@ -include ../../build/config.mk -include ../../build/module.mk
\ No newline at end of file diff --git a/applications/community-leipzig/ipkg/postinst b/applications/community-leipzig/ipkg/postinst deleted file mode 100755 index 5aff5db95..000000000 --- a/applications/community-leipzig/ipkg/postinst +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -[ -n "${IPKG_INSTROOT}" ] || { - ( . /etc/uci-defaults/luci-community-leipzig ) && rm -f /etc/uci-defaults/luci-community-leipzig -} diff --git a/applications/community-leipzig/root/etc/uci-defaults/luci-community-leipzig b/applications/community-leipzig/root/etc/uci-defaults/luci-community-leipzig deleted file mode 100644 index ca07f18d3..000000000 --- a/applications/community-leipzig/root/etc/uci-defaults/luci-community-leipzig +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh -uci batch <<-EOF - set luci.main.mediaurlbase=/luci-static/fledermaus - set luci.main.lang=de - commit luci -EOF -
\ No newline at end of file |