Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > media > contrib-release > by-pkgid > adfb5810b631363854587400d43cee0d > scriptlet

firebird-server-classic-2.0.3.12981.0-2mdv2008.1.x86_64.rpm

PREUN

/bin/sh
if [ $1 -eq 0 ]; then
	if /sbin/service xinetd status >& /dev/null; then
		/sbin/service xinetd reload
	fi
	if [ "$(readlink /usr/lib64/firebird/tools 2> /dev/null)" == "/usr/lib64/firebird/tools-classic" ]; then
		rm -f /usr/lib64/firebird/tools
	fi
fi

# -----------------------------------------------------------------------------

# -----------------------------------------------------------------------------
# server-superserver scripts
# -----------------------------------------------------------------------------

POSTIN

/bin/sh
if test ! -e /usr/lib64/firebird/tools; then
	ln -s /usr/lib64/firebird/tools{-classic,}
fi
if /sbin/service xinetd status >& /dev/null; then
	/sbin/service xinetd reload
fi
if [ ! -f /etc/gds_hosts.equiv ]; then
	echo localhost > /etc/gds_hosts.equiv
fi