Update install.sh
This commit is contained in:
parent
552ac49df8
commit
728e3a969c
1 changed files with 5 additions and 1 deletions
|
@ -10,7 +10,11 @@ else
|
|||
DEST_DIR="$HOME/.local/share/icons"
|
||||
fi
|
||||
|
||||
cp -pr dist/ $DEST_DIR/McMojave-cursors
|
||||
if [ -d "$DEST_DIR/McMojave-cursors" ]; then
|
||||
rm -r "$DEST_DIR/McMojave-cursors"
|
||||
fi
|
||||
|
||||
cp -pr dist $DEST_DIR/McMojave-cursors
|
||||
|
||||
echo "Finished..."
|
||||
|
||||
|
|
Loading…
Reference in a new issue