Sophie

Sophie

distrib > Mageia > cauldron > x86_64 > media > core-release > by-pkgid > 3ad9de4a21775fc0fe448d9ab0533492 > scriptlet

collectl-4.3.5-1.mga9.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