luci-theme-argon/Makefile
jerrykuku 124b8bf6b0 bump version to v2.2
- New login theme, Request background imge from bing.com, Auto change everyday.
- New theme icon
- Add more menu category  icon
- Fix font-size and padding margin
- Restructure css file
- Auto adapt to dark mode
2020-07-25 15:21:33 +08:00

24 lines
603 B
Makefile

#
# Copyright (C) 2008-2019 Jerrykuku
#
# This is free software, licensed under the Apache License, Version 2.0 .
#
include $(TOPDIR)/rules.mk
LUCI_TITLE:=Argon Theme
LUCI_DEPENDS:=
PKG_VERSION:=2.2
PKG_RELEASE:=20200725
include $(TOPDIR)/feeds/luci/luci.mk
define Package/luci-theme-argon/postinst
#!/bin/sh
[ -f /usr/lib/lua/luci/view/themes/argon/out_header_login.htm ] && mv -f /usr/lib/lua/luci/view/themes/argon/out_header_login.htm /usr/lib/lua/luci/view/header_login.htm
rm -Rf /var/luci-modulecache
rm -Rf /var/luci-indexcache
exit 0
endef
# call BuildPackage - OpenWrt buildroot signature