Add Pop icon theme
This commit is contained in:
parent
aba6f8695d
commit
880b6d32d7
|
@ -91,6 +91,14 @@ cd arc-icon-theme
|
||||||
./autogen.sh --prefix=/usr
|
./autogen.sh --prefix=/usr
|
||||||
sudo make install
|
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}"
|
printf "${green}Performing cleanup${normal}"
|
||||||
sudo xbps-remove -oy
|
sudo xbps-remove -oy
|
||||||
rm -rf $HOME/Documents/working/*
|
rm -rf $HOME/Documents/working/*
|
||||||
|
|
Loading…
Reference in New Issue