diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-02-15 21:04:22 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-02-15 21:04:22 +0000 |
commit | 36fa6575ed85c8106e5de0a553e4e6b1ce5e7db0 (patch) | |
tree | a62264aeae66ffeffb10c4275eada34e8a62b2bf /themes/freifunk/ipkg/postinst | |
parent | 522bfc944c6f731cc0fc64480607a48612572502 (diff) |
themes: drop old Freifunk theme, unmaintained and redundant
Diffstat (limited to 'themes/freifunk/ipkg/postinst')
-rwxr-xr-x | themes/freifunk/ipkg/postinst | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/themes/freifunk/ipkg/postinst b/themes/freifunk/ipkg/postinst deleted file mode 100755 index f5d35c9ab..000000000 --- a/themes/freifunk/ipkg/postinst +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -[ -n "${IPKG_INSTROOT}" ] || { - ( . /etc/uci-defaults/luci-theme-freifunk ) && rm -f /etc/uci-defaults/luci-theme-freifunk -} |