themes: add Bootstrap theme, created by David Menting / Nut & Bolt <david@nut-bolt.nl>
[project/luci.git] / themes / bootstrap / ipkg / postinst
1 #!/bin/sh
2 [ -n "${IPKG_INSTROOT}" ] || {
3         ( . /etc/uci-defaults/luci-theme-bootstrap ) && rm -f /etc/uci-defaults/luci-theme-bootstrap
4 }