Sophie

Sophie

distrib > Fedora > 18 > x86_64 > by-pkgid > 208ad4e092419ae1543608c57f0d8f20 > scriptlet

suricata-1.4.1-1.fc18.x86_64.rpm

PREUN

/bin/sh

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

POSTIN

/bin/sh
/sbin/ldconfig

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

POSTUN

/bin/sh
/sbin/ldconfig

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