summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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;