diff options
-rw-r--r-- | pacman-post-install.hook | 2 | ||||
-rw-r--r-- | pacman-pre-install.hook | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/pacman-post-install.hook b/pacman-post-install.hook index b0f1816..b6296cc 100644 --- a/pacman-post-install.hook +++ b/pacman-post-install.hook @@ -5,7 +5,7 @@ Operation = Install Operation = Upgrade Operation = Remove Type = File -Target = /etc/* +Target = etc/* [Action] Description = etckeeper: post-transaction commit diff --git a/pacman-pre-install.hook b/pacman-pre-install.hook index 35bf7df..4cc0b64 100644 --- a/pacman-pre-install.hook +++ b/pacman-pre-install.hook @@ -5,7 +5,7 @@ Operation = Install Operation = Upgrade Operation = Remove Type = File -Target = /etc/* +Target = etc/* [Action] Description = etckeeper: pre-transaction commit |