Add Pop icon theme

This commit is contained in:
Dominik V. Salonen 2018-01-04 17:06:09 +01:00
parent aba6f8695d
commit 880b6d32d7
1 changed files with 8 additions and 0 deletions

View File

@ -91,6 +91,14 @@ cd arc-icon-theme
./autogen.sh --prefix=/usr
sudo make install
printf "${green}Starting build of Pop Icon theme${normal}"
cd $HOME/Documents/working
git clone https://github.com/pop-os/icon-theme
cd icon-theme
sudo make install
sudo make post-install
printf "${green}Performing cleanup${normal}"
sudo xbps-remove -oy
rm -rf $HOME/Documents/working/*