mirror of
https://github.com/kenzok8/openwrt-packages.git
synced 2025-01-07 03:06:43 +08:00
update 2025-01-04 14:09:10
This commit is contained in:
parent
c5f8340b31
commit
d087e8c3e6
@ -46,9 +46,13 @@ endef
|
||||
|
||||
define Package/luci-theme-$(THEME_NAME)/postinst
|
||||
#!/bin/sh
|
||||
[ -n "$${IPKG_INSTROOT}" ] || {
|
||||
( . /etc/uci-defaults/30-luci-theme-$(THEME_NAME) ) && rm -f /etc/uci-defaults/30-luci-theme-$(THEME_NAME)
|
||||
}
|
||||
if [ -z "$${IPKG_INSTROOT}" ]; then
|
||||
if [ -f /etc/uci-defaults/30-luci-theme-$(THEME_NAME) ]; then
|
||||
. /etc/uci-defaults/30-luci-theme-$(THEME_NAME)
|
||||
rm -f /etc/uci-defaults/30-luci-theme-$(THEME_NAME)
|
||||
fi
|
||||
fi
|
||||
exit 0
|
||||
endef
|
||||
|
||||
$(eval $(call BuildPackage,luci-theme-$(THEME_NAME)))
|
||||
|
@ -71,6 +71,9 @@ DBAI (Device Berbasis Arm Indonesia)
|
||||
this theme using bootstrap framework + vanilla css
|
||||
icons made by me + flaticons
|
||||
|
||||
### Attention
|
||||
This theme required luci-theme-alpha-config installed
|
||||
|
||||
donate
|
||||
buy me a padang rice or coffee
|
||||
https://saweria.co/derisamedia
|
||||
|
Loading…
Reference in New Issue
Block a user