summaryrefslogtreecommitdiffstats
path: root/src/pacman/callback.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pacman/callback.c')
-rw-r--r--src/pacman/callback.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pacman/callback.c b/src/pacman/callback.c
index cd77a312..f512a5b4 100644
--- a/src/pacman/callback.c
+++ b/src/pacman/callback.c
@@ -300,6 +300,8 @@ void cb_event(alpm_event_t *event)
case ALPM_EVENT_DELTA_INTEGRITY_DONE:
case ALPM_EVENT_DELTA_PATCHES_DONE:
case ALPM_EVENT_DISKSPACE_DONE:
+ case ALPM_EVENT_RETRIEVE_DONE:
+ case ALPM_EVENT_RETRIEVE_FAILED:
/* nothing */
break;
}