feat(script): Catch install, remove, upgrade operation type from pacman (#1)
This commit is contained in:
parent
740f4bd36a
commit
b128b5f2ae
@ -5,6 +5,9 @@ while read pkg; do
|
|||||||
pkgs+=("${pkg}")
|
pkgs+=("${pkg}")
|
||||||
done
|
done
|
||||||
|
|
||||||
|
declare operation
|
||||||
|
operation="${1}"
|
||||||
|
|
||||||
declare conf_file
|
declare conf_file
|
||||||
conf_file='/etc/pacman-zfs-snapshot.conf'
|
conf_file='/etc/pacman-zfs-snapshot.conf'
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user