luci-theme-argon: sync upstream

This commit is contained in:
Beginner-Go 2022-07-17 11:26:32 +00:00
parent 09b6004196
commit b73ac3d607
2 changed files with 4 additions and 3 deletions

View File

@ -9,9 +9,9 @@ include $(TOPDIR)/rules.mk
LUCI_TITLE:=Argon Theme
LUCI_DEPENDS:=
PKG_VERSION:=1.7.3
PKG_RELEASE:=20220615
PKG_RELEASE:=20220421
include $(TOPDIR)/feeds/luci/luci.mk
include ../../luci.mk
define Package/luci-theme-argon/postinst

View File

@ -6,6 +6,7 @@ rm -Rf /var/luci-modulecache
rm -Rf /var/luci-indexcache
uci batch <<-EOF
set luci.themes.Argon=/luci-static/argon
set luci.main.mediaurlbase=/luci-static/argon
commit luci
EOF
exit 0
exit 0