summaryrefslogtreecommitdiff
path: root/pacman-pre-install.hook
AgeCommit message (Collapse)Author
2016-05-18Do not include installation root in path for targetChristian Hesse
File paths refer to the files in the package archive; the installation root should not be included in the path. Signed-off-by: Christian Hesse <mail@eworm.de>
2016-05-17Do not run pacman hooks on every package change but when /etc/* changesChristian Hesse
Currently the hooks are run even if no files in /etc/ are changed. Do run hooks then but only when files in /etc/ change. Signed-off-by: Christian Hesse <mail@eworm.de>
2016-02-02Pacman 5 hooks: Make hook descriptions shown to the user more meaningful.Tilman Blumenbach
2016-02-02Add hooks for Pacman 5.Tilman Blumenbach