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:
01a4a3a
)
* luci/themes: fix ipkg postinstall for openwrt.org light theme
author
Jo-Philipp Wich
<jow@openwrt.org>
Tue, 12 Aug 2008 01:36:06 +0000
(
01:36
+0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Tue, 12 Aug 2008 01:36:06 +0000
(
01:36
+0000)
themes/openwrt-light/ipkg/postinst
patch
|
blob
|
history
diff --git
a/themes/openwrt-light/ipkg/postinst
b/themes/openwrt-light/ipkg/postinst
index 48ea52273f5334b0dfa78ac6b705c126c7aab81b..85db6c6006ad742e0ebdadd5a47811cf314f0cd2 100755
(executable)
--- a/
themes/openwrt-light/ipkg/postinst
+++ b/
themes/openwrt-light/ipkg/postinst
@@
-1,4
+1,4
@@
#!/bin/sh
[ -n "${IPKG_INSTROOT}" ] || {
- ( . /etc/uci-defaults/luci-theme-openwrt
) && rm -f /etc/uci-defaults/luci-theme-openwr
t
+ ( . /etc/uci-defaults/luci-theme-openwrt
light ) && rm -f /etc/uci-defaults/luci-theme-openwrtligh
t
}