From: Michael Tremer Date: Sun, 2 Oct 2011 12:36:43 +0000 (+0200) Subject: Make sure that all scripts are executed when reinstalling a package. X-Git-Tag: 0.9.10~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=50070bf927760b85109c7a8d0833c6fbbc069cb3;p=people%2Fms%2Fpakfire.git Make sure that all scripts are executed when reinstalling a package. --- diff --git a/python/pakfire/transaction.py b/python/pakfire/transaction.py index 5f21c9c83..a77887621 100644 --- a/python/pakfire/transaction.py +++ b/python/pakfire/transaction.py @@ -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):