diff --git a/snapper-pac-post b/snapper-pac-post index 479bec0..704cdd9 100755 --- a/snapper-pac-post +++ b/snapper-pac-post @@ -17,7 +17,6 @@ # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - PACMAN_CMD=$(ps -C pacman -o args=) PREFILE=/etc/snapper/.snap-pac-pre if [ -f $PREFILE ]; then diff --git a/snapper-pac-pre b/snapper-pac-pre index 8dc4c58..52fd486 100755 --- a/snapper-pac-pre +++ b/snapper-pac-pre @@ -17,6 +17,5 @@ # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - PACMAN_CMD=$(ps -C pacman -o args=) snapper --config root create --type pre --cleanup-algorithm number --print-number --description "$PACMAN_CMD" > /etc/snapper/.snap-pac-pre