Sophie

Sophie

distrib > Mageia > 7 > i586 > media > core-release > by-pkgid > 523747eb2d5ae4757527f00d04a222a5 > scriptlet

collectl-4.3.1-1.mga7.noarch.rpm

PREUN

/bin/sh
# If collectl is running, stop it before removing.
/etc/init.d/collectl stop
chkconfig --del collectl 2>&1 > /dev/null

POSTIN

/bin/sh
chkconfig --add collectl 2>&1 > /dev/null
/etc/init.d/collectl start