mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-07 00:05:10 +01:00
Check on existance of the "Numix Daily" theme
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user