diff options
Diffstat (limited to 'themes/luci-theme-openwrt/ipkg/postinst')
-rwxr-xr-x | themes/luci-theme-openwrt/ipkg/postinst | 4 |
1 files changed, 0 insertions, 4 deletions
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 -} |