aboutsummaryrefslogtreecommitdiffstats
path: root/URPM.pm
diff options
context:
space:
mode:
Diffstat (limited to 'URPM.pm')
-rw-r--r--URPM.pm5
1 files changed, 5 insertions, 0 deletions
diff --git a/URPM.pm b/URPM.pm
index aa2b5f0..7bf696c 100644
--- a/URPM.pm
+++ b/URPM.pm
@@ -837,6 +837,11 @@ Options are:
update => 0 / 1 : indicates whether this is an upgrade
excludepath => [ ... ]
+=item $trans->addReinstall($pkg)
+
+Adds a package to be re-installed to the transaction represented by $trans.
+$pkg is an C<URPM::Package> object.
+
=item $trans->remove($name)
Adds a package to be erased to the transaction represented by $trans.