# $Id$ PNAME="perl-encode-locale" PVER="1.05" PBUILD="r2" DESCRIPTION="Determine the locale encoding." CPAN_MODULE=Encode-Locale CPAN_AUTHOR=GAAS sminclude cpan postinstall() { _PNAME=encode-locale if [[ ! -z $(magequery -n ${_PNAME}) ]] then echo "Uninstalling deprecated package '${_PNAME}'..." mage uninstall "${_PNAME}" fi }