simplify pacman

This commit is contained in:
Tobias Powalowski 2023-09-06 14:42:11 +02:00
parent e4cb45705a
commit d4ab1e7b9d

View file

@ -36,7 +36,7 @@ _pacman_error() {
_dialog --title "${_RESULT}" --exit-label "Continue" \
--textbox "${_DESTDIR}/var/log/pacman.log" 18 70 || return 1
fi
rm /tmp/.pacman-success
rm /.pacman-success
}
# any automatic configuration should go here