# $Id$ PNAME="perl-io-html" PVER="1.001" PBUILD="r4" DESCRIPTION="Open an HTML file with automatic charset detection." CPAN_MODULE=IO-HTML CPAN_AUTHOR=CJM sminclude cpan postinstall() { _PNAME=io-html if [[ ! -z $(magequery -n ${_PNAME}) ]] then echo "Uninstalling deprecated package '${_PNAME}'..." mage uninstall "${_PNAME}" fi }