From 6928b4ea6a8d1df7f74349a37474baabbac241aa Mon Sep 17 00:00:00 2001 From: "Dominik V. Salonen" Date: Sat, 9 Dec 2017 15:40:33 +0000 Subject: [PATCH] Add cleanup of orphan packages --- shell/bootstrap-void.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/shell/bootstrap-void.sh b/shell/bootstrap-void.sh index a968fa3..07ad2c9 100755 --- a/shell/bootstrap-void.sh +++ b/shell/bootstrap-void.sh @@ -44,7 +44,7 @@ if [ ! -d $HOME/Documents/working ]; then fi # 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}" @@ -63,4 +63,5 @@ cd arc-icon-theme ./autogen.sh --prefix=/usr sudo make install -printf "" \ No newline at end of file +printf "${green}Performing cleanup${normal}" +sudo xbps-remove -o \ No newline at end of file