diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-10-16 15:25:19 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-10-16 15:25:19 +0000 |
commit | 6738c80c0a239e94784ad2b56bd6b279e90d8dc4 (patch) | |
tree | eebcd627e758b5d4269fe84c6f2679e0616eeb7b /themes/openwrt.org/ipkg/postinst | |
parent | 4ad99af940a90592b51729aa44a155f8053fd85b (diff) |
themes: rename openwrt.org to openwrt
Diffstat (limited to 'themes/openwrt.org/ipkg/postinst')
-rwxr-xr-x | themes/openwrt.org/ipkg/postinst | 4 |
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 -} |