Skip to content

Commit

Permalink
Merge pull request #237 from leomeinel/main
Browse files Browse the repository at this point in the history
Merge main
  • Loading branch information
leomeinel authored May 8, 2023
2 parents cec9127 + 516934e commit 5f7db31
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion etc/pacman.d/hooks/51-pkglists.hook
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
[Trigger]
Operation = Install
Operation = Upgrade
Operation = Remove
Type = Package
Target = *

[Action]
Description = Generating pkglists...
When = PostTransaction
Exec = /bin/sh -c '/etc/pacman.d/hooks/scripts/50-pkglists.sh'
Exec = /bin/sh -c '/etc/pacman.d/hooks/scripts/51-pkglists.sh'
2 changes: 1 addition & 1 deletion etc/pacman.d/hooks/scripts/51-pkglists.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
###
# File: 50-pkglists.sh
# File: 51-pkglists.sh
# Author: Leopold Meinel (leo@meinel.dev)
# -----
# Copyright (c) 2023 Leopold Meinel & contributors
Expand Down

0 comments on commit 5f7db31

Please sign in to comment.