projects
/
project
/
luci.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Rework LuCI build system
[project/luci.git]
/
themes
/
luci-theme-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
}