Sophie

Sophie

distrib > Fedora > 15 > x86_64 > media > os > by-pkgid > 5ad10a4a7def789cdc6ed553f2c4303c > scriptlet

ConsoleKit-0.4.5-1.fc15.x86_64.rpm

PREUN

/bin/sh
if [ $1 -eq 0 ]; then
        /bin/systemctl stop console-kit-daemon.service >/dev/null 2>&1 || :
fi

POSTIN

/bin/sh
if [ -f /var/log/ConsoleKit/history ]; then
       chmod a+r /var/log/ConsoleKit/history
fi
if [ $1 -eq 1 ]; then
        /bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi

POSTUN

/bin/sh
/bin/systemctl daemon-reload >/dev/null 2>&1 || :