summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2014-10-18 23:17:56 +0200
committerGuillem Jover <guillem@debian.org>2014-10-20 14:52:10 +0200
commit1f57f1f06c7fe1cbcdaa1242049b7b23aa9135aa (patch)
tree0c970c62b4e3a7e486182a1a7eb7304b71aabe37 /src
parent6df7eb8f84400af6c0d38ead029c0257c890fdd4 (diff)
downloaddpkg-1f57f1f06c7fe1cbcdaa1242049b7b23aa9135aa.tar.gz
dpkg: Add invoke hooks for add-architecture and remove-architecture
Prompted-by: Helmut Grohne <helmut@subdivi.de>
Diffstat (limited to 'src')
-rw-r--r--src/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index edf87ec44..4b3137c11 100644
--- a/src/main.c
+++ b/src/main.c
@@ -419,6 +419,8 @@ is_invoke_action(enum action action)
case act_triggers:
case act_remove:
case act_purge:
+ case act_arch_add:
+ case act_arch_remove:
return true;
default:
return false;