# If you ever want to uninstall libnotify, this should do it:
cd
su
test -d src/libnotify-* && ( cd src/libnotify-* ; make uninstall )
rm -f /usr/local/bin/notify-send /usr/local/lib/libnotify.* \
/usr/local/lib/pkgconfig/libnotify.pc
test -d /usr/local/include/libnotify && rm -r /usr/local/include/libnotify
test -d /usr/local/share/gtk-doc/html/libnotify &&
rm -r /usr/local/share/gtk-doc/html/libnotify
ldconfig
exit
find ~/src -maxdepth 1 -type d -name "libnotify-*" -exec rm -r {} \;
rm -f ~/installed/libnotify-*.tar.*