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