Sophie

Sophie

distrib > Mandriva > 8.2 > i586 > media > contrib > by-pkgid > 5c69af55a1c8568f7125f325540bba9f > scriptlet

shapecfg-2.2.13-10mdk.i586.rpm

PREUN

/bin/sh
if [ $1 = 0 ]; then     # execute this only if we ar NOT doing an upgrade
 	/sbin/service cbq stop >/dev/null 2>&1
	/sbin/chkconfig --del cbq
fi

POSTIN

/bin/sh
/sbin/chkconfig --add cbq
/sbin/chkconfig cbq off

POSTUN

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