luci/themes/bootstrap/ipkg/postinst
Jo-Philipp Wich 7c74bac897 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.
2012-02-15 18:08:44 +00:00

4 lines
137 B
Bash
Executable file

#!/bin/sh
[ -n "${IPKG_INSTROOT}" ] || {
( . /etc/uci-defaults/luci-theme-bootstrap ) && rm -f /etc/uci-defaults/luci-theme-bootstrap
}