Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 4a94ad06ea6f02d857ce58cdc6d8d011 > scriptlet

ConsoleKit-0.4.2-3.fc14.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 || :