diff options
Diffstat (limited to 'themes')
-rwxr-xr-x | themes/luci-theme-bootstrap/ipkg/postinst | 4 | ||||
-rwxr-xr-x | themes/luci-theme-freifunk-bno/ipkg/postinst | 4 | ||||
-rw-r--r-- | themes/luci-theme-freifunk-generic/ipkg/postinst | 3 | ||||
-rwxr-xr-x | themes/luci-theme-openwrt/ipkg/postinst | 4 |
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 8a2dd18d2..000000000 --- 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 5972881a8..000000000 --- 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 76edf3621..000000000 --- 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 48ea52273..000000000 --- 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 -} |