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 9502f67560
commit 5315f2126a
1 changed files with 1 additions and 1 deletions

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