Sophie

Sophie

distrib > Fedora > 14 > i386 > media > os > by-pkgid > f519f6e7e4a040441b88cdfffa660915 > scriptlet

ConsoleKit-0.4.2-2.fc14.1.i686.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 || :