summaryrefslogtreecommitdiffstats
path: root/mdkapplet-upgrade-helper
diff options
context:
space:
mode:
Diffstat (limited to 'mdkapplet-upgrade-helper')
-rwxr-xr-xmdkapplet-upgrade-helper2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdkapplet-upgrade-helper b/mdkapplet-upgrade-helper
index d50811b5..ee533c50 100755
--- a/mdkapplet-upgrade-helper
+++ b/mdkapplet-upgrade-helper
@@ -62,7 +62,7 @@ my ($refork_gurpmi);
sub run_gurpmi() {
- my @initial_args = '--replacefiles';
+ my @initial_args = ('--replacefiles', '--clean');
while ($refork_gurpmi) {
fork_gurpmi(@initial_args);
my $status = $? >> 8;