Clear working directory at the end of the script

This commit is contained in:
Dominik V. Salonen 2017-12-23 20:59:14 +00:00
parent 443e14cab0
commit b3cf765c94
1 changed files with 1 additions and 1 deletions

View File

@ -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/*