# If you ever want to uninstall evolution-sharp, this should do it:
cd
su
test -d src/evolution-sharp-* &&
( cd src/evolution-sharp-* ; make uninstall )
rm -f /usr/lib/libevolutionglue.* /usr/lib/pkgconfig/evolution-sharp.pc\
/usr/share/gapi-2.0/evolution-api.xml
ldconfig
exit
find ~/src -maxdepth 1 -type d -name "evolution-sharp-*" -exec rm -r {} \;
rm -f ~/installed/evolution-sharp-*.tar.*