summaryrefslogtreecommitdiffhomepage
path: root/themes/bootstrap/ipkg
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2012-02-15 18:08:44 +0000
committerJo-Philipp Wich <jow@openwrt.org>2012-02-15 18:08:44 +0000
commit7c74bac8970e36d41693dce3257d7c2f3ee5950c (patch)
tree94fb1c9760cc1e26d6e1d6134ea349f62e5808ff /themes/bootstrap/ipkg
parent5d45927643f49b15769e7129a79a7a7a985f3f2a (diff)
themes: add Bootstrap theme, created by David Menting / Nut & Bolt <david@nut-bolt.nl>
This theme is clean, modern and based on Twitter Bootstrap. It's been tested on a TP-Link WR1043n and a Carambola under Firefox, Safari and IE8.
Diffstat (limited to 'themes/bootstrap/ipkg')
-rwxr-xr-xthemes/bootstrap/ipkg/postinst4
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/bootstrap/ipkg/postinst b/themes/bootstrap/ipkg/postinst
new file mode 100755
index 000000000..8a2dd18d2
--- /dev/null
+++ b/themes/bootstrap/ipkg/postinst
@@ -0,0 +1,4 @@
+#!/bin/sh
+[ -n "${IPKG_INSTROOT}" ] || {
+ ( . /etc/uci-defaults/luci-theme-bootstrap ) && rm -f /etc/uci-defaults/luci-theme-bootstrap
+}