Sophie

Sophie

distrib > Momonga > 6 > i686 > by-pkgid > 922784a115f44c9880bcd8d4d17cc173 > scriptlet

snort-postgresql+flexresp-2.8.5-1m.mo6.i686.rpm

POSTIN

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

POSTUN

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