* luci/themes: fix ipkg postinstall for openwrt.org light theme

This commit is contained in:
Jo-Philipp Wich 2008-08-12 01:36:06 +00:00
parent 01a4a3ab73
commit 21d78afaa9

View file

@ -1,4 +1,4 @@
#!/bin/sh #!/bin/sh
[ -n "${IPKG_INSTROOT}" ] || { [ -n "${IPKG_INSTROOT}" ] || {
( . /etc/uci-defaults/luci-theme-openwrt ) && rm -f /etc/uci-defaults/luci-theme-openwrt ( . /etc/uci-defaults/luci-theme-openwrtlight ) && rm -f /etc/uci-defaults/luci-theme-openwrtlight
} }