From 71b41300b30d9bedcc728a196e623007ccbb7f20 Mon Sep 17 00:00:00 2001 From: tastytea Date: Thu, 20 Jun 2019 14:29:42 +0200 Subject: [PATCH] Added hook for pacman (Issue #18). --- hooks/pacman.hook | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 hooks/pacman.hook diff --git a/hooks/pacman.hook b/hooks/pacman.hook new file mode 100644 index 0000000..d7c919d --- /dev/null +++ b/hooks/pacman.hook @@ -0,0 +1,12 @@ +[Trigger] +Operation = Install +Operation = Upgrade +Operation = Remove +Type = Package +Target = * + +[Action] +Description = Regenerating hashboot checksums... +When = PostTransaction +Exec = /usr/bin/hashboot index +Depends = hashboot