2015-09-16 13:30:50 +00:00
|
|
|
#!/bin/sh
|
2019-06-03 14:49:10 +00:00
|
|
|
|
|
|
|
if [ "$PKG_UPGRADE" != 1 ]; then
|
|
|
|
uci batch <<-EOF
|
|
|
|
set luci.themes.Material=/luci-static/material
|
|
|
|
set luci.main.mediaurlbase=/luci-static/material
|
|
|
|
commit luci
|
|
|
|
EOF
|
|
|
|
fi
|
|
|
|
|
2015-09-16 13:30:50 +00:00
|
|
|
exit 0
|