summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/pacman/remove.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pacman/remove.c b/src/pacman/remove.c
index 5bd3b5c3..7ab42bae 100644
--- a/src/pacman/remove.c
+++ b/src/pacman/remove.c
@@ -117,6 +117,7 @@ int pacman_remove(alpm_list_t *targets)
return(1);
}
}
+ printf(_("done.\n"));
/* Step 2: prepare the transaction based on its type, targets and flags */
if(alpm_trans_prepare(&data) == -1) {