projects
/
oweals
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ebb0325
)
* luci/themes/freifunk: fix postinstall
author
Jo-Philipp Wich
<jow@openwrt.org>
Fri, 3 Oct 2008 20:34:12 +0000
(20:34 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Fri, 3 Oct 2008 20:34:12 +0000
(20:34 +0000)
themes/freifunk/ipkg/postinst
patch
|
blob
|
history
diff --git
a/themes/freifunk/ipkg/postinst
b/themes/freifunk/ipkg/postinst
index 5972881a89abd972b09856128307d0df60356832..f5d35c9ab0d59330a612278c13601d35054a03e0 100755
(executable)
--- a/
themes/freifunk/ipkg/postinst
+++ b/
themes/freifunk/ipkg/postinst
@@
-1,4
+1,4
@@
#!/bin/sh
[ -n "${IPKG_INSTROOT}" ] || {
- ( . /etc/uci-defaults/luci-theme-freifunk
-bno ) && rm -f /etc/uci-defaults/luci-theme-freifunk-bno
+ ( . /etc/uci-defaults/luci-theme-freifunk
) && rm -f /etc/uci-defaults/luci-theme-freifunk
}