Add cleanup of orphan packages
This commit is contained in:
parent
ea0a584868
commit
6928b4ea6a
|
@ -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
|
Loading…
Reference in New Issue