Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > cb2cc3dad15a5e07df5a4749a1324d51 > scriptlet

portreserve-0.0.5-6.mga4.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