Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 146be79ae49b87b3fdcb26426457027f > scriptlet

libident-tools-0.32-1mdv2010.0.i586.rpm

POSTIN

/bin/sh
if [ -x /usr/sbin/xinetd ]; then
    /sbin/service xinetd condreload > /dev/null 2>&1 || :
fi

POSTUN

/bin/sh
if [ $1 = 0 ]; then
    if [ -x /usr/sbin/xinetd ]; then
	/sbin/service xinetd condreload > /dev/null 2>&1 || :
    fi
fi