Sophie

Sophie

distrib > Fedora > 14 > i386 > media > os > by-pkgid > 349b1285f31c5b52a3252639bf83aef4 > scriptlet

snort-snmp+flexresp-2.8.5.1-1.fc13.i686.rpm

POSTIN

/bin/sh
if [ $1 -eq 1 ] ; then
  /usr/sbin/update-alternatives --install /usr/sbin/snort \
    snort /usr/sbin/snort-snmp+flexresp 70
fi

POSTUN

/bin/sh
if [ $1 -eq 0 ] ; then
  /usr/sbin/update-alternatives --remove snort /usr/sbin/snort-snmp+flexresp 
fi