add remove instr

This commit is contained in:
Alexey Varfolomeev 2016-11-11 14:08:58 +03:00
parent b800d01456
commit e4b2b99e34
2 changed files with 10 additions and 0 deletions

View file

@ -21,6 +21,11 @@ wget -O - https://raw.githubusercontent.com/PapirusDevelopmentTeam/papirus-icon-
- p7zip-full
- libqt4-svg (right work for Qt4-apps)
# Remove
```
wget -O - https://raw.githubusercontent.com/PapirusDevelopmentTeam/papirus-icon-theme-gtk/master/remove-papirus.sh | bash
```
# Hardcoded tray icons
Papirus now support [Hardcode-Tray](https://github.com/bil-elmoussaoui/Hardcode-Tray) script

5
remove-papirus.sh Executable file
View file

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