summaryrefslogtreecommitdiffhomepage
path: root/themes/openwrt.org/ipkg/postinst
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2010-10-16 15:25:19 +0000
committerJo-Philipp Wich <jow@openwrt.org>2010-10-16 15:25:19 +0000
commit6738c80c0a239e94784ad2b56bd6b279e90d8dc4 (patch)
treeeebcd627e758b5d4269fe84c6f2679e0616eeb7b /themes/openwrt.org/ipkg/postinst
parent4ad99af940a90592b51729aa44a155f8053fd85b (diff)
themes: rename openwrt.org to openwrt
Diffstat (limited to 'themes/openwrt.org/ipkg/postinst')
-rwxr-xr-xthemes/openwrt.org/ipkg/postinst4
1 files changed, 0 insertions, 4 deletions
diff --git a/themes/openwrt.org/ipkg/postinst b/themes/openwrt.org/ipkg/postinst
deleted file mode 100755
index 48ea52273..000000000
--- a/themes/openwrt.org/ipkg/postinst
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh
-[ -n "${IPKG_INSTROOT}" ] || {
- ( . /etc/uci-defaults/luci-theme-openwrt ) && rm -f /etc/uci-defaults/luci-theme-openwrt
-}