summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTilman Blumenbach <tilman+git@ax86.net>2016-01-30 21:28:58 +0100
committerJoey Hess <joeyh@joeyh.name>2016-02-02 12:11:16 -0400
commitf4ec4b95f02e644474851d7ff4ccd8a0662c85f2 (patch)
tree428fc9d8eb5672261065f29c169bb89fd4aa35a4
parentba00b0240201ffd004512b19b84c0379a898d5c4 (diff)
Pacman 5 hooks: Make hook descriptions shown to the user more meaningful.
-rw-r--r--pacman-post-install.hook2
-rw-r--r--pacman-pre-install.hook2
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