Sophie

Sophie

distrib > Fedora > 18 > x86_64 > media > updates > by-pkgid > 79bb569f2efe01f84d513a301cc83444 > scriptlet

setroubleshoot-3.2.3-3.fc18.x86_64.rpm

POSTIN

/bin/sh
touch --no-create /usr/share/icons/hicolor || :
dbus-send --system /com/redhat/setroubleshootd com.redhat.SEtroubleshootdIface.restart string:'rpm install' >/dev/null 2>&1 || :

if [ $1 -eq 1 ] ; then 
        # Initial installation 
        /usr/bin/systemctl preset auditd.service >/dev/null 2>&1 || : 
fi

POSTUN

/bin/sh
if [ $1 -eq 0 ] ; then
touch --no-create /usr/share/icons/hicolor || :
/usr/bin/gtk-update-icon-cache --quiet /usr/share/icons/hicolor || :
fi

/usr/bin/systemctl daemon-reload >/dev/null 2>&1 || : 
if [ $1 -ge 1 ] ; then 
        # Package upgrade, not uninstall 
        /usr/bin/systemctl try-restart auditd.service >/dev/null 2>&1 || : 
fi

POSTTRANS

/bin/sh
/usr/bin/gtk-update-icon-cache --quiet /usr/share/icons/hicolor || :