Add cleanup of orphan packages

This commit is contained in:
Dominik V. Salonen 2017-12-09 15:40:33 +00:00
parent ea0a584868
commit 6928b4ea6a
1 changed files with 3 additions and 2 deletions

View File

@ -44,7 +44,7 @@ if [ ! -d $HOME/Documents/working ]; then
fi fi
# Build Arc Theme and icons # Build Arc Theme and icons
# Not doing cleanup in case of future updates # Not deleting repos after in case of future updates
printf "${green}Starting build of Arc theme${normal}" printf "${green}Starting build of Arc theme${normal}"
@ -63,4 +63,5 @@ cd arc-icon-theme
./autogen.sh --prefix=/usr ./autogen.sh --prefix=/usr
sudo make install sudo make install
printf "" printf "${green}Performing cleanup${normal}"
sudo xbps-remove -o