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
|
fi
|
||||||
|
|
||||||
# Build themes and icons
|
# Build themes and icons
|
||||||
# Not deleting repos after in case of future updates
|
|
||||||
|
|
||||||
printf "${green}Starting build of Arc GTK theme${normal}"
|
printf "${green}Starting build of Arc GTK theme${normal}"
|
||||||
|
|
||||||
|
@ -81,3 +80,4 @@ sudo make install
|
||||||
|
|
||||||
printf "${green}Performing cleanup${normal}"
|
printf "${green}Performing cleanup${normal}"
|
||||||
sudo xbps-remove -oy
|
sudo xbps-remove -oy
|
||||||
|
rm -rf $HOME/Documents/working/*
|
||||||
|
|
Loading…
Reference in New Issue