2023-03-05 08:15:16 +01:00
|
|
|
[Trigger]
|
|
|
|
Operation = Remove
|
|
|
|
Type = Package
|
|
|
|
Target = *
|
|
|
|
|
|
|
|
[Action]
|
2023-03-07 01:10:06 +01:00
|
|
|
Description = Create ZFS snapshot(s)
|
2023-03-05 08:15:16 +01:00
|
|
|
When = PreTransaction
|
2023-03-05 22:15:55 +01:00
|
|
|
Exec = /bin/sh -c 'while read -r f; do echo "$f"; done | /usr/local/bin/pacman-zfs-snapshot remove'
|
2023-03-06 00:12:50 +01:00
|
|
|
Depends = jq
|
2023-03-05 08:15:16 +01:00
|
|
|
AbortOnFail
|
|
|
|
NeedsTargets
|