Clear working directory at the end of the script
This commit is contained in:
parent
443e14cab0
commit
b3cf765c94
|
@ -50,7 +50,6 @@ if [ ! -d $HOME/Documents/working ]; then
|
|||
fi
|
||||
|
||||
# Build themes and icons
|
||||
# Not deleting repos after in case of future updates
|
||||
|
||||
printf "${green}Starting build of Arc GTK theme${normal}"
|
||||
|
||||
|
@ -81,3 +80,4 @@ sudo make install
|
|||
|
||||
printf "${green}Performing cleanup${normal}"
|
||||
sudo xbps-remove -oy
|
||||
rm -rf $HOME/Documents/working/*
|
||||
|
|
Loading…
Reference in New Issue