|
|
|
@ -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/* |
|
|
|
|