Sophie

Sophie

distrib > Mandriva > 8.2 > i586 > by-pkgid > 35e7159d3b78f820d08d46be37edcf3a > scriptlet

portmap-4.0-18mdk.i586.rpm

PREUN

/bin/sh
if [ $1 = 0 ]; then service portmap stop > /dev/null 2>/dev/null || :; /sbin/chkconfig --del portmap; fi;

POSTIN

/bin/sh
if [ $1 = 1 ]; then /sbin/chkconfig --add portmap; else if [ -f /var/lock/subsys/portmap ]; then service portmap restart > /dev/null 2>/dev/null || : ; fi; fi;

Triggers

portmap <= portmap-4.0-9

/bin/sh
/sbin/chkconfig --add portmap