diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/pacman/pacman.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pacman/pacman.c b/src/pacman/pacman.c index 381053a3..89593e3b 100644 --- a/src/pacman/pacman.c +++ b/src/pacman/pacman.c @@ -338,6 +338,9 @@ static void cleanup(int signum) { list_t *lp; + if((signum == SIGINT) && (alpm_trans_release() == -1)) { + return; + } if(signum != 0 && config->op_d_vertest == 0) { fprintf(stderr, "\n"); } |