Sophie

Sophie

distrib > Fedora > 14 > i386 > media > os > by-pkgid > 1c74fd1ab3f5e47c46bbff569e43843a > scriptlet

dpm-postgres-srmv2-1.7.4.7-3.fc14.i686.rpm

PREUN

/bin/sh
export LANG=C

if [ $1 = 0 ]; then
    /usr/sbin/update-alternatives --display dpm-srmv2 | \
	grep currently | grep -q dpm-postgres && \
	/sbin/service dpm-postgres-srmv2 stop > /dev/null 2>&1 || :
    /usr/sbin/update-alternatives --remove dpm-srmv2 \
	/usr/lib/dpm-postgres/dpm-srmv2
    /sbin/chkconfig --del dpm-postgres-srmv2
fi

POSTIN

/bin/sh
if [ $1 = 1 ]; then
    /sbin/chkconfig --add dpm-postgres-srmv2
fi
/usr/sbin/update-alternatives --install /usr/sbin/dpm-srmv2 dpm-srmv2 \
	  /usr/lib/dpm-postgres/dpm-srmv2 10 \
  --slave /usr/share/man/man8/dpm-srmv2.8.gz dpm-srmv2.8.gz \
	  /usr/lib/dpm-postgres/dpm-srmv2.8.gz \
  --slave /etc/sysconfig/dpm-srmv2 dpm-srmv2.conf \
	  /etc/dpm-postgres/dpm-srmv2.conf \
  --slave /etc/logrotate.d/dpm-srmv2 dpm-srmv2.logrotate \
	  /etc/dpm-postgres/dpm-srmv2.logrotate \
  --initscript dpm-postgres-srmv2

POSTUN

/bin/sh
if [ $1 -ge 1 ]; then
    /sbin/service dpm-postgres-srmv2 condrestart > /dev/null 2>&1 || :
fi