Sophie

Sophie

distrib > Mandriva > 2007.0 > i586 > media > contrib-release > by-pkgid > 5478bf386cdb0c49bde68ddb0d3e1fd3 > scriptlet

firebird-server-superserver-2.0.0.12724-3mdv2007.0.i586.rpm

PREUN

/bin/sh
if [ $1 -eq 0 ]; then
	if /sbin/service firebird status >& /dev/null; then
		/sbin/service firebird stop
	fi
	chkconfig --del firebird
	if [ "$(readlink /usr/lib/firebird/tools >& /dev/null)" == "/usr/lib/firebird/tools-superserver" ]; then
		rm -f /usr/lib/firebird/tools
	fi
fi

# -----------------------------------------------------------------------------
# server-common scripts
# -----------------------------------------------------------------------------

POSTIN

/bin/sh
if test ! -e /usr/lib/firebird/tools; then
	ln -s /usr/lib/firebird/tools{-superserver,}
fi
if [ $1 -eq 2 ]; then
	if /sbin/service firebird status >& /dev/null; then
		/sbin/service firebird restart
	fi
fi
if [ $1 -eq 1 ]; then
	chkconfig firebird off
fi