Merge 0e74ce02e8581d29af9ef0c4c323dabd6820dcfd into 5c94e8c22de067282f4cf6d782afd7b75cdd08c8

This commit is contained in:
Simone Esposito 2022-07-06 17:01:13 +02:00 committed by GitHub
commit c6a1fe909b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,9 @@ else
DEST_DIR="$HOME/.local/share/icons" DEST_DIR="$HOME/.local/share/icons"
fi fi
if [ -d "$DEST_DIR/WhiteSur-cursors" ]; then if [ ! -d "$DEST_DIR" ]; then
mkdir -p $DEST_DIR
elif [ -d "$DEST_DIR/WhiteSur-cursors" ]; then
rm -r "$DEST_DIR/WhiteSur-cursors" rm -r "$DEST_DIR/WhiteSur-cursors"
fi fi