don't show error on delete

This commit is contained in:
Tobias Powalowski 2022-04-26 19:39:51 +02:00
parent fc2572bbbf
commit 9c4f2eea07

View file

@ -3,7 +3,7 @@
build ()
{
[[ -d /var/cache/pacman/pkg ]] && rm -r /var/cache/pacman/pkg
rm -rf /var/cache/pacman/pkg
}
help ()