update 2025-01-04 14:09:10

This commit is contained in:
actions-user 2025-01-04 14:09:10 +08:00
parent c5f8340b31
commit d087e8c3e6
2 changed files with 10 additions and 3 deletions

View File

@ -46,9 +46,13 @@ endef
define Package/luci-theme-$(THEME_NAME)/postinst define Package/luci-theme-$(THEME_NAME)/postinst
#!/bin/sh #!/bin/sh
[ -n "$${IPKG_INSTROOT}" ] || { if [ -z "$${IPKG_INSTROOT}" ]; then
( . /etc/uci-defaults/30-luci-theme-$(THEME_NAME) ) && rm -f /etc/uci-defaults/30-luci-theme-$(THEME_NAME) 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 endef
$(eval $(call BuildPackage,luci-theme-$(THEME_NAME))) $(eval $(call BuildPackage,luci-theme-$(THEME_NAME)))

View File

@ -71,6 +71,9 @@ DBAI (Device Berbasis Arm Indonesia)
this theme using bootstrap framework + vanilla css this theme using bootstrap framework + vanilla css
icons made by me + flaticons icons made by me + flaticons
### Attention
This theme required luci-theme-alpha-config installed
donate donate
buy me a padang rice or coffee buy me a padang rice or coffee
https://saweria.co/derisamedia https://saweria.co/derisamedia