Sophie

Sophie

distrib > Mageia > 5 > x86_64 > media > core-release > by-pkgid > cc15b293766194dc81b2444ec98ceead > scriptlet

portreserve-0.0.5-8.mga5.x86_64.rpm

PREUN

/bin/sh
# NB ththis will have no effect under systemd as they will be redirected to
# chkconfig but the service masking above will take priority
/usr/share/rpm-helper/del-service portreserve $1 portreserve

POSTIN

/bin/sh
# NB this will have no effect under systemd as they will be redirected to
# chkconfig but the service masking above will take priority
/usr/share/rpm-helper/add-service portreserve $1 portreserve

POSTUN

/bin/sh
if [ "$1" -ge "1" ]; then
    /sbin/service portreserve condrestart >/dev/null 2>&1
fi