Uninstall script needed (sister to coverart-browser issue #232)
Closed this issue · 0 comments
embash commented
For motivation, see
fossfreedom/coverart-browser#232
To uninstall, I did:
$ su
# cd /usr/share/locale
# find . -name coverart_*.mo -delete # superfluous after uninstalling coverart-browser
# rm /usr/share/glib-2.0/schemas/org.gnome.rhythmbox.plugins.coverart_search_providers.gschema.xml
# glib-compile-schemas /usr/share/glib-2.0/schemas/
# exit
$ rm -r ~/.local/share/rhythmbox/plugins/coverart_search_providers/
I hope you will consider adding an uninstall script. Thanks.