Sophie

Sophie

distrib > * > 2010.0 > * > by-pkgid > 3594839faa20a0d7ca696e7482766561 > scriptlet

consolekit-0.4.1-1.2mdv2010.0.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