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