Sophie

Sophie

distrib > Fedora > 14 > i386 > media > os > by-pkgid > 5aec0b4afeaca5c8a0321ac6e3dc1f87 > scriptlet

setroubleshoot-plugins-2.1.61-1.fc14.noarch.rpm

POSTIN

/bin/sh
dbus-send --system /com/redhat/setroubleshootd com.redhat.SEtroubleshootdIface.restart string:'rpm install' >/dev/null 2>&1 || :

POSTUN

/bin/sh
if [ $1 -eq 0 ]; then
    dbus-send --system /com/redhat/setroubleshootd com.redhat.SEtroubleshootdIface.restart string:'rpm install' >/dev/null 2>&1 || :
fi