summaryrefslogtreecommitdiffhomepage
path: root/themes/openwrt-light/ipkg/postinst
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2010-11-16 19:44:57 +0000
committerJo-Philipp Wich <jow@openwrt.org>2010-11-16 19:44:57 +0000
commit9b9ac7d024e6bb91b4bef7cea843125bb46b00b9 (patch)
tree5d53d6d84dbe82400ac7eba9e2844a906c4222a5 /themes/openwrt-light/ipkg/postinst
parentfd99cf08af610c93eef383587cf104dea38bccf3 (diff)
themes: drop openwrt-light
Diffstat (limited to 'themes/openwrt-light/ipkg/postinst')
-rwxr-xr-xthemes/openwrt-light/ipkg/postinst4
1 files changed, 0 insertions, 4 deletions
diff --git a/themes/openwrt-light/ipkg/postinst b/themes/openwrt-light/ipkg/postinst
deleted file mode 100755
index 85db6c6006..0000000000
--- a/themes/openwrt-light/ipkg/postinst
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh
-[ -n "${IPKG_INSTROOT}" ] || {
- ( . /etc/uci-defaults/luci-theme-openwrtlight ) && rm -f /etc/uci-defaults/luci-theme-openwrtlight
-}