77e2f6064bf77cf1b5809e5a3c1c88ca1557b2c2
[oweals/luci.git] / themes / luci-theme-openwrt / root / etc / uci-defaults / 30_luci-theme-openwrt
1 #!/bin/sh
2
3 if [ "$PKG_UPGRADE" != 1 ]; then
4         uci batch <<-EOF
5                 set luci.themes.OpenWrt=/luci-static/openwrt.org
6                 set luci.main.mediaurlbase=/luci-static/openwrt.org
7                 commit luci
8         EOF
9 fi
10
11 exit 0