mybin

my ~/bin
git clone https://a3nm.net/git/mybin/
Log | Files | Refs | README

commit 21e98500ea608dec89c1a9fdd41fcaa5d96b5531
parent bc2f3f341092829dadde7b49cfb9324e1036d551
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Sat,  7 Jul 2018 20:11:49 +0200

uninstall

Diffstat:
uninstall_local_notmuch | 9+++++++++
1 file changed, 9 insertions(+), 0 deletions(-)

diff --git a/uninstall_local_notmuch b/uninstall_local_notmuch @@ -0,0 +1,9 @@ +#!/bin/bash + +sudo rm -Rfv /usr/local/bin/notmuch* /usr/local/lib/libnotmuch.so* \ + /usr/local/include/notmuch.h /usr/local/share/emacs/site-lisp/notmuch* \ + /usr/local/share/man/man*/notmuch* /usr/local/share/info/notmuch* \ + /usr/local/share/zsh/functions/Completion/Unix/_notmuch \ + /usr/local/etc/bash_completion.d/notmuch \ + /usr/local/lib/python2.7/dist-packages/notmuch* +