Translated using Weblate (Chinese (Traditional))
[project/luci.git] / themes / luci-theme-bootstrap / Makefile
1 #
2 # Copyright (C) 2008-2014 The LuCI Team <luci@lists.subsignal.org>
3 #
4 # This is free software, licensed under the Apache License, Version 2.0 .
5 #
6
7 include $(TOPDIR)/rules.mk
8
9 LUCI_TITLE:=Bootstrap Theme (default)
10 LUCI_DEPENDS:=+luci-base
11
12 PKG_LICENSE:=Apache-2.0
13
14 define Package/luci-theme-bootstrap/postrm
15 #!/bin/sh
16 [ -n "$${IPKG_INSTROOT}" ] || {
17 uci -q delete luci.themes.Bootstrap
18 uci -q delete luci.themes.BootstrapDark
19 uci -q delete luci.themes.BootstrapLight
20 uci commit luci
21 }
22 endef
23
24 include ../../luci.mk
25
26 # call BuildPackage - OpenWrt buildroot signature