diff options
Diffstat (limited to 'themes/openwrt.org-oxygen/ipkg/postinst')
-rwxr-xr-x | themes/openwrt.org-oxygen/ipkg/postinst | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/themes/openwrt.org-oxygen/ipkg/postinst b/themes/openwrt.org-oxygen/ipkg/postinst deleted file mode 100755 index e2a497b7d1..0000000000 --- a/themes/openwrt.org-oxygen/ipkg/postinst +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -[ -n "${IPKG_INSTROOT}" ] || { - ( . /etc/uci-defaults/luci-theme-openwrt-oxygen ) && rm -f /etc/uci-defaults/luci-theme-openwrt-oxygen -} |