Sophie

Sophie

distrib > Fedora > 20 > x86_64 > by-pkgid > 574b77f78c9b5b5525a34be541d1bf17 > scriptlet

abrt-addon-xorg-2.2.2-2.fc20.x86_64.rpm

PREUN

/bin/sh

if [ $1 -eq 0 ] ; then 
        # Package removal, not upgrade 
        systemctl --no-reload disable abrt-xorg.service > /dev/null 2>&1 || : 
        systemctl stop abrt-xorg.service > /dev/null 2>&1 || : 
fi

POSTIN

/bin/sh

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

POSTUN

/bin/sh

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

POSTTRANS

/bin/sh
service abrt-xorg condrestart >/dev/null 2>&1 || :