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 f3e0671..79d1945 100644 --- a/pacman-post-install.hook +++ b/pacman-post-install.hook @@ -8,7 +8,7 @@ Type = Package Target = * [Action] -Description = etckeeper post-install hook +Description = etckeeper: post-transaction commit When = PostTransaction Exec = /usr/bin/etckeeper post-install Depends = etckeeper diff --git a/pacman-pre-install.hook b/pacman-pre-install.hook index 7d636dc..5ef52eb 100644 --- a/pacman-pre-install.hook +++ b/pacman-pre-install.hook @@ -8,7 +8,7 @@ Type = Package Target = * [Action] -Description = etckeeper pre-install hook +Description = etckeeper: pre-transaction commit When = PreTransaction Exec = /usr/bin/etckeeper pre-install Depends = etckeeper |