Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > f389aeb29af5bcc5ac954882cd955ebe > scriptlet

snort-postgresql-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-postgresql 50
fi

POSTUN

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