summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pacman-post-install.hook4
-rw-r--r--pacman-pre-install.hook4
2 files changed, 4 insertions, 4 deletions
diff --git a/pacman-post-install.hook b/pacman-post-install.hook
index 79d1945..b0f1816 100644
--- a/pacman-post-install.hook
+++ b/pacman-post-install.hook
@@ -4,8 +4,8 @@
Operation = Install
Operation = Upgrade
Operation = Remove
-Type = Package
-Target = *
+Type = File
+Target = /etc/*
[Action]
Description = etckeeper: post-transaction commit
diff --git a/pacman-pre-install.hook b/pacman-pre-install.hook
index 5ef52eb..35bf7df 100644
--- a/pacman-pre-install.hook
+++ b/pacman-pre-install.hook
@@ -4,8 +4,8 @@
Operation = Install
Operation = Upgrade
Operation = Remove
-Type = Package
-Target = *
+Type = File
+Target = /etc/*
[Action]
Description = etckeeper: pre-transaction commit