try to remove pacman-keyring

Signed-off-by: Stefano Capitani <stefano@manjaro.org>
This commit is contained in:
Stefano Capitani 2021-05-16 17:40:09 +02:00
parent 39f8daf70a
commit 8b38859828

View file

@ -487,4 +487,6 @@ clean_up_image(){
if [[ -f "$file" ]]; then if [[ -f "$file" ]]; then
rm $file rm $file
fi fi
path=$1/etc/pacman.d
rm -R $path/gnupg
} }