diff options
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 81a96f6a83..0000000000 --- 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 5aff5db958..0000000000 --- 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 ca07f18d36..0000000000 --- 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 |