# libart 2.3.17
# =============
# Slackware 9.0's 'libart_gpl' package includes 2.3.11, 9.1, 10.0, and 10.1's
# include 2.3.16, and 10.2's includes 2.3.17
# If you ever want to uninstall libart_lgpl, this should do it:
cd
su
test -d src/libart_lgpl-* && ( cd src/libart_lgpl-* ; make uninstall )
rm -f /usr/bin/libart2-config /usr/lib/libart_lgpl_2.* \
/usr/lib/pkgconfig/libart-2.0.pc
test -d /usr/include/libart-2.0 && rm -r /usr/include/libart-2.0
ldconfig
exit
find ~/src -maxdepth 1 -type d -name "libart_lgpl-*" -exec rm -r {} \;
rm -f ~/installed/libart_lgpl-*.tar.*