summaryrefslogtreecommitdiffhomepage
path: root/themes/fledermaus/ipkg
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2012-02-15 18:28:53 +0000
committerJo-Philipp Wich <jow@openwrt.org>2012-02-15 18:28:53 +0000
commit93812e70a004f4917f7939b51d86aef8cb4f6fbd (patch)
treec69b56325e91b30bef141d643e839ac942f5ffe2 /themes/fledermaus/ipkg
parentb36781a78294f4594bff66fdd3d539c2388acc1e (diff)
themes: drop Fledermaus theme, its ugly and unmaintained
Diffstat (limited to 'themes/fledermaus/ipkg')
-rwxr-xr-xthemes/fledermaus/ipkg/postinst4
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
-}