gluon-core: don't call legacy scripts on normal upgrades
This commit is contained in:
parent
dd0ec447e7
commit
4fa228365a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user