luci-theme-: add postrm script
[project/luci.git] / themes / luci-theme-material / 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:=Material Theme
10 LUCI_DEPENDS:=
11
12 define Package/luci-theme-material/postrm
13 #!/bin/sh
14 [ -n "$${IPKG_INSTROOT}" ] || {
15 uci -q delete luci.themes.Material
16 uci commit luci
17 }
18 endef
19
20 include ../../luci.mk
21
22 # call BuildPackage - OpenWrt buildroot signature