1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-06 22:55:10 +01:00

Check on existance of the "Numix Daily" theme

This commit is contained in:
Michiel Scholten
2014-07-21 17:11:56 +02:00
parent 36cd035716
commit 4dee7d3d45

View File

@@ -1,5 +1,10 @@
#!/bin/bash
if [ ! -d "Numix Daily" ]; then
echo "Numix theme not found!"
exit 1
fi
if [ -d "Numix Blue" ]; then
rm -r "Numix Blue"
fi