gluon-core: don't call legacy scripts on normal upgrades

This commit is contained in:
Matthias Schiffer 2014-02-23 17:29:32 +01:00
parent dd0ec447e7
commit 4fa228365a

View File

@ -49,7 +49,7 @@ do_component() {
local v
for v in *; do
[ "$v" != initial -a "$v" != invariant ] || continue
[ "$v" != initial -a "$v" != invariant -a "$v" != legacy ] || continue
# The return value of opkg compare-versions is negated
if ! opkg compare-versions "$v" '>>' "$oldversion"; then