From 7fdaf0d5dc9d5047f2f03eaf91b316c22ec8b987 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Sun, 25 Jun 2023 19:59:11 +0200 Subject: use pacman-conf... ... and drop the dependency for pacutils. --- bin/pacman-offline | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/pacman-offline b/bin/pacman-offline index 3c7f3d3..a8fddf5 100755 --- a/bin/pacman-offline +++ b/bin/pacman-offline @@ -20,7 +20,7 @@ TIMER=0 while getopts 'cfhrty' opt; do case ${opt} in c) - if pacconf 'CleanMethod' | grep -q 'KeepCurrent'; then + if pacman-conf 'CleanMethod' | grep -q 'KeepCurrent'; then CLEAN=1 else echo 'The clean method is not set to keep current. Not cleaning.' >&2 -- cgit v1.2.3-54-g00ecf