mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-07 05:45:11 +01:00
Check on existance of the "Numix Daily" theme
This commit is contained in:
@@ -1,5 +1,10 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
if [ ! -d "Numix Daily" ]; then
|
||||||
|
echo "Numix theme not found!"
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
|
||||||
if [ -d "Numix Blue" ]; then
|
if [ -d "Numix Blue" ]; then
|
||||||
rm -r "Numix Blue"
|
rm -r "Numix Blue"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user