index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Olivier Brunel <jjk@jjacky.com> | 2014-01-10 16:25:16 +0100 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2014-03-03 11:25:54 +1000 |
commit | 01cc55a1f47c99d3f296e710904b5f3fc31e0b1d (patch) | |
tree | 2e7336fe68a057544c4deb817460369de9eb0c60 /src | |
parent | cd793c5ab7689cc8cbc18277375b368060e5acfe (diff) |
-rw-r--r-- | src/pacman/callback.c | 2 |
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; } |