1
0
mirror of https://github.com/freifunk-gluon/packages.git synced 2024-06-15 11:43:55 +02:00

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

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