diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-02-15 18:28:53 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-02-15 18:28:53 +0000 |
commit | 93812e70a004f4917f7939b51d86aef8cb4f6fbd (patch) | |
tree | c69b56325e91b30bef141d643e839ac942f5ffe2 /themes/fledermaus/ipkg | |
parent | b36781a78294f4594bff66fdd3d539c2388acc1e (diff) |
themes: drop Fledermaus theme, its ugly and unmaintained
Diffstat (limited to 'themes/fledermaus/ipkg')
-rwxr-xr-x | themes/fledermaus/ipkg/postinst | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/themes/fledermaus/ipkg/postinst b/themes/fledermaus/ipkg/postinst deleted file mode 100755 index 1951df576..000000000 --- a/themes/fledermaus/ipkg/postinst +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -[ -n "${IPKG_INSTROOT}" ] || { - ( . /etc/uci-defaults/luci-theme-fledermaus ) && rm -f /etc/uci-defaults/luci-theme-fledermaus -} |