Magellan Linux

Annotation of /trunk/extras/perl-scalar-list-utils/perl-scalar-list-utils-1.50-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 31626 - (hide annotations) (download)
Wed Dec 5 08:57:00 2018 UTC (5 years, 6 months ago) by niro
File size: 380 byte(s)
auto added: ver bump to 1.50-r2
1 niro 31626 # $Id$
2    
3     PNAME="perl-scalar-list-utils"
4     PVER="1.50"
5     PBUILD="r2"
6    
7     DESCRIPTION="A selection of general-utility scalar subroutines."
8    
9     CPAN_MODULE="Scalar-List-Utils"
10     CPAN_AUTHOR="pevans"
11     sminclude cpan
12    
13     postinstall()
14     {
15     _PNAME=scalar-list-utils
16    
17     if [[ ! -z $(magequery -n ${_PNAME}) ]]
18     then
19     echo "Uninstalling deprecated package '${_PNAME}'..."
20     mage uninstall "${_PNAME}"
21     fi
22     }