Sophie

Sophie

distrib > Mageia > 1 > i586 > media > core-release > by-pkgid > d164bb186201f2bced0c020dc3eb4d1b > scriptlet

consolekit-0.4.3-3.mga1.i586.rpm

PREIN

/bin/sh
# remove obsolete ConsoleKit initscript 
if [ -f /etc/rc.d/init.d/consolekit ]; then 
    /sbin/service consolekit stop > /dev/null 2>/dev/null || :
    /sbin/chkconfig --del consolekit
fi

POSTIN

/bin/sh
if [ -f /var/log/ConsoleKit/history ]; then
    chmod a+r /var/log/ConsoleKit/history
fi