remove /tmp check

This commit is contained in:
Tobias Powalowski 2024-08-14 16:45:09 +02:00
parent 084d863d8f
commit e8ecb3ce7b

View file

@ -78,8 +78,6 @@ if [[ -z "${1}" ]]; then
_usage _usage
fi fi
! [[ -d /tmp ]] && mkdir /tmp
if [[ -e "${_LOCAL_DB}" ]]; then if [[ -e "${_LOCAL_DB}" ]]; then
_local_pacman_conf _local_pacman_conf
else else