summaryrefslogtreecommitdiffhomepage
path: root/themes
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2015-01-08 16:31:40 +0100
committerJo-Philipp Wich <jow@openwrt.org>2015-01-08 16:31:40 +0100
commit50b258a1d42c12e9f13e31282d6d555a1a9fcf32 (patch)
treec75385a54f4e8ecc0ebfdb210fa205ee839decfb /themes
parent39ff053890a1519e11def32336154bebde2519e4 (diff)
Remove obsolete ipkg directories
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
Diffstat (limited to 'themes')
-rwxr-xr-xthemes/luci-theme-bootstrap/ipkg/postinst4
-rwxr-xr-xthemes/luci-theme-freifunk-bno/ipkg/postinst4
-rw-r--r--themes/luci-theme-freifunk-generic/ipkg/postinst3
-rwxr-xr-xthemes/luci-theme-openwrt/ipkg/postinst4
4 files changed, 0 insertions, 15 deletions
diff --git a/themes/luci-theme-bootstrap/ipkg/postinst b/themes/luci-theme-bootstrap/ipkg/postinst
deleted file mode 100755
index 8a2dd18d26..0000000000
--- a/themes/luci-theme-bootstrap/ipkg/postinst
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh
-[ -n "${IPKG_INSTROOT}" ] || {
- ( . /etc/uci-defaults/luci-theme-bootstrap ) && rm -f /etc/uci-defaults/luci-theme-bootstrap
-}
diff --git a/themes/luci-theme-freifunk-bno/ipkg/postinst b/themes/luci-theme-freifunk-bno/ipkg/postinst
deleted file mode 100755
index 5972881a89..0000000000
--- a/themes/luci-theme-freifunk-bno/ipkg/postinst
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh
-[ -n "${IPKG_INSTROOT}" ] || {
- ( . /etc/uci-defaults/luci-theme-freifunk-bno ) && rm -f /etc/uci-defaults/luci-theme-freifunk-bno
-}
diff --git a/themes/luci-theme-freifunk-generic/ipkg/postinst b/themes/luci-theme-freifunk-generic/ipkg/postinst
deleted file mode 100644
index 76edf36217..0000000000
--- a/themes/luci-theme-freifunk-generic/ipkg/postinst
+++ /dev/null
@@ -1,3 +0,0 @@
-[ -n "${IPKG_INSTROOT}" ] || {
- ( . /etc/uci-defaults/luci-theme-freifunk-generic ) && rm -f /etc/uci-defaults/luci-theme-freifunk-generic
-}
diff --git a/themes/luci-theme-openwrt/ipkg/postinst b/themes/luci-theme-openwrt/ipkg/postinst
deleted file mode 100755
index 48ea52273f..0000000000
--- a/themes/luci-theme-openwrt/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
-}