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