summaryrefslogtreecommitdiff
path: root/pacman-pre-install.hook
blob: 4cc0b64c86ad3b65d8cedb1c6c6b64b6564a7e69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# etckeeper pre-install hook for Pacman 5 and newer

[Trigger]
Operation = Install
Operation = Upgrade
Operation = Remove
Type = File
Target = etc/*

[Action]
Description = etckeeper: pre-transaction commit
When = PreTransaction
Exec = /usr/bin/etckeeper pre-install
Depends = etckeeper
AbortOnFail