summarylogtreecommitdiffstats
path: root/pacorig-removed-in-pacman5.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pacorig-removed-in-pacman5.patch')
-rw-r--r--pacorig-removed-in-pacman5.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/pacorig-removed-in-pacman5.patch b/pacorig-removed-in-pacman5.patch
deleted file mode 100644
index 98ad561d8c60..000000000000
--- a/pacorig-removed-in-pacman5.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-Support for .pacorig files has been removed in
-libalpm, so remove the relevant event case.
-
-Signed-off-by: Jelle van der Waa <jelle at vdwaa.nl>
----
- src/transaction.c | 1 -
- 1 file changed, 1 deletion(-)
-
-diff --git a/src/transaction.c b/src/transaction.c
-index 9c28c50..4e681f8 100644
---- a/src/transaction.c
-+++ b/src/transaction.c
-@@ -141,7 +141,6 @@ void pyalpm_eventcb(alpm_event_t *event) {
- case ALPM_EVENT_KEY_DOWNLOAD_DONE:
- case ALPM_EVENT_PACNEW_CREATED:
- case ALPM_EVENT_PACSAVE_CREATED:
-- case ALPM_EVENT_PACORIG_CREATED:
- default:
- eventstr = "unknown event";
- }
---
-2.7.0