refactor(hook): Generalize hook name (#1)
This commit is contained in:
parent
2e0bb42372
commit
9e8772fad5
@ -4,7 +4,7 @@ Type = Package
|
|||||||
Target = *
|
Target = *
|
||||||
|
|
||||||
[Action]
|
[Action]
|
||||||
Description = Create ZFS snapshot on active system dataset
|
Description = Create ZFS snapshot(s)
|
||||||
When = PreTransaction
|
When = PreTransaction
|
||||||
Exec = /bin/sh -c 'while read -r f; do echo "$f"; done | /usr/local/bin/pacman-zfs-snapshot install'
|
Exec = /bin/sh -c 'while read -r f; do echo "$f"; done | /usr/local/bin/pacman-zfs-snapshot install'
|
||||||
Depends = jq
|
Depends = jq
|
||||||
|
@ -4,7 +4,7 @@ Type = Package
|
|||||||
Target = *
|
Target = *
|
||||||
|
|
||||||
[Action]
|
[Action]
|
||||||
Description = Create ZFS snapshot on active system dataset
|
Description = Create ZFS snapshot(s)
|
||||||
When = PreTransaction
|
When = PreTransaction
|
||||||
Exec = /bin/sh -c 'while read -r f; do echo "$f"; done | /usr/local/bin/pacman-zfs-snapshot remove'
|
Exec = /bin/sh -c 'while read -r f; do echo "$f"; done | /usr/local/bin/pacman-zfs-snapshot remove'
|
||||||
Depends = jq
|
Depends = jq
|
||||||
|
@ -4,7 +4,7 @@ Type = Package
|
|||||||
Target = *
|
Target = *
|
||||||
|
|
||||||
[Action]
|
[Action]
|
||||||
Description = Create ZFS snapshot on active system dataset
|
Description = Create ZFS snapshot(s)
|
||||||
When = PreTransaction
|
When = PreTransaction
|
||||||
Exec = /bin/sh -c 'while read -r f; do echo "$f"; done | /usr/local/bin/pacman-zfs-snapshot upgrade'
|
Exec = /bin/sh -c 'while read -r f; do echo "$f"; done | /usr/local/bin/pacman-zfs-snapshot upgrade'
|
||||||
Depends = jq
|
Depends = jq
|
||||||
|
Loading…
x
Reference in New Issue
Block a user