Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > ee648223ada9f7f4e3d07bb2247edbb7 > scriptlet

libident-tools-0.32-1mdv2009.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