# $Id$ PNAME="perl-io-string" PVER="1.08" PBUILD="r3" DESCRIPTION="Emulate file interface for in-core strings." CPAN_MODULE="IO-String" CPAN_AUTHOR="GAAS" sminclude cpan postinstall() { _PNAME=io-string if [[ ! -z $(magequery -n ${_PNAME}) ]] then echo "Uninstalling deprecated package '${_PNAME}'..." mage uninstall "${_PNAME}" fi }