themes: Add registration of themes at package installation time
[project/luci.git] / themes / openwrt.org / root / etc / uci-defaults / luci-theme-openwrt
1 #!/bin/sh
2 uci batch <<-EOF
3         set luci.themes.OpenWRT=/luci-static/openwrt.org
4         commit luci
5 EOF
6