diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-05-24 13:59:42 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-05-24 13:59:42 +0000 |
commit | 1ff74a66f66ff7908b52a782d41c04c568e436ca (patch) | |
tree | 4b6e8018ccce703752b53ed2b0e00e9f241ec3b8 /themes/freifunk-hannover/ipkg | |
parent | e7f9911ba21231899788759f9332b4b9937dffde (diff) |
themes: add freifunk hannover theme
Diffstat (limited to 'themes/freifunk-hannover/ipkg')
-rw-r--r-- | themes/freifunk-hannover/ipkg/postinst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/themes/freifunk-hannover/ipkg/postinst b/themes/freifunk-hannover/ipkg/postinst new file mode 100644 index 000000000..32786bc46 --- /dev/null +++ b/themes/freifunk-hannover/ipkg/postinst @@ -0,0 +1,3 @@ +[ -n "${IPKG_INSTROOT}" ] || { + ( . /etc/uci-defaults/luci-theme-freifunk-hannover ) && rm -f /etc/uci-defaults/luci-theme-freifunk-hannover +} |