# $Id$ PNAME="perl-scalar-list-utils" PVER="1.50" PBUILD="r1" DESCRIPTION="A selection of general-utility scalar subroutines." CPAN_MODULE="Scalar-List-Utils" CPAN_AUTHOR="pevans" sminclude cpan postinstall() { _PNAME=scalar-list-utils if [[ ! -z $(magequery -n ${_PNAME}) ]] then echo "Uninstalling deprecated package '${_PNAME}'..." mage uninstall "${_PNAME}" fi }