Sophie

Sophie

distrib > Mandriva > 2011.0 > x86_64 > media > main-release > by-pkgid > 27c993ad5be8f58b60797a5eba57c04d > scriptlet

consolekit-0.4.5-1.x86_64.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