# $Id$ PNAME="perl-lwp-mediatypes" PVER="6.02" PBUILD="r2" DESCRIPTION="Guess the media type of a file or a URL." CPAN_MODULE=LWP-MediaTypes CPAN_AUTHOR=GAAS sminclude cpan postinstall() { _PNAME=lwp-mediatypes if [[ ! -z $(magequery -n ${_PNAME}) ]] then echo "Uninstalling deprecated package '${_PNAME}'..." mage uninstall "${_PNAME}" fi }