]> git.ipfire.org Git - pakfire.git/commitdiff
Make sure that all scripts are executed when reinstalling a package.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 2 Oct 2011 12:36:43 +0000 (14:36 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 2 Oct 2011 12:36:43 +0000 (14:36 +0200)
python/pakfire/transaction.py

index 5f21c9c83fd456af98f4c1b0a624254352f46fd8..a778876210396a5ee6b2eb2106ad53d6d63bee58 100644 (file)
@@ -125,7 +125,7 @@ class Transaction(object):
                ActionUpdate.type    : [ActionScriptPreUp, ActionUpdate,  ActionScriptPostUp, ActionScriptPostTransUp],
                ActionCleanup.type   : [ActionCleanup,],
                ActionDowngrade.type : [ActionScriptPreUp, ActionDowngrade, ActionScriptPostUp, ActionScriptPostTransUp],
-               ActionChange.type    : [ActionChange,],
+               ActionChange.type    : [ActionScriptPreIn, ActionChange, ActionScriptPostIn, ActionScriptPostTransIn],
        }
 
        def __init__(self, pakfire):