Added by Hans de Graafff almost 14 years ago
I really like Subtle but a easy question, how can I remove it? I build it bij my own and installed it with rake install.
Thanks!
Hello,
I just added an uninstall task for rake, but you need r2451 in order for this. Just update (hg pull -u) and run rake uninstall, this will remove all installed files.
Another option is to remove all files manually, but it's a bit tricky to check the ruby install paths.
{{hide}}rm -rf /etc/xdg/subtle
rm -rf /usr/bin/subtle
rm -rf /usr/bin/subtler
rm -rf /usr/bin/sur
rm -rf /usr/bin/surserver
rm -rf /usr/lib/ruby/site_ruby/*/subtle
rm -rf /usr/share/subtle
rm -rf /usr/share/man1/subtle.1*
rm -rf /usr/share/man1/subtler.1*
rm -rf /usr/share/man1/subtlext.1*
rm -rf /usr/share/man1/sur.1*
rm -rf /usr/share/man1/surserver.1*