From e4b2b99e345183bc8e7c20899723c02367b8e6c2 Mon Sep 17 00:00:00 2001 From: Alexey Varfolomeev Date: Fri, 11 Nov 2016 14:08:58 +0300 Subject: [PATCH] add remove instr --- README.md | 5 +++++ remove-papirus.sh | 5 +++++ 2 files changed, 10 insertions(+) create mode 100755 remove-papirus.sh diff --git a/README.md b/README.md index 0d6f3d235b..4b8dcfda0a 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/remove-papirus.sh b/remove-papirus.sh new file mode 100755 index 0000000000..b6256c063a --- /dev/null +++ b/remove-papirus.sh @@ -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!"