Magellan Linux

Annotation of /trunk/extras/perl-event/perl-event-1.26-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 30996 - (hide annotations) (download)
Tue May 29 09:45:57 2018 UTC (6 years ago) by niro
File size: 313 byte(s)
auto added: ver bump to 1.26-r3
1 niro 30996 # $Id$
2    
3     PNAME="perl-event"
4     PVER="1.26"
5     PBUILD="r3"
6    
7     DESCRIPTION="Event loop processing."
8    
9     CPAN_MODULE="Event"
10     CPAN_AUTHOR="etj"
11     sminclude cpan
12    
13     postinstall()
14     {
15     _PNAME=event
16    
17     if [[ ! -z $(magequery -n ${_PNAME}) ]]
18     then
19     echo "Uninstalling deprecated package '${_PNAME}'..."
20     mage uninstall "${_PNAME}"
21     fi
22     }