Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 1c2feeae5ce69c6df30be5a40685c4f4 > scriptlet

isns-utils-0.91-5.fc15.i686.rpm

PREUN

/bin/sh
if [ "$1" = "0" ] ; then
     /sbin/chkconfig isnsd stop > /dev/null 2>&1
     /sbin/chkconfig --del isnsd
fi

POSTIN

/bin/sh
/sbin/chkconfig --add isnsd

POSTUN

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