papirus-icon-theme/remove-papirus.sh
Alexey Varfolomeev e4b2b99e34 add remove instr
2016-11-11 14:08:58 +03:00

5 lines
126 B
Bash
Executable file

#/bin/bash
echo "Remove Papirus icon theme for GTK"
sudo rm -rf /usr/share/icons/Papiru*
rm -rf ~/.icons/Papiru*
echo "Done!"