debian/cubicweb-server.prerm
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 15 Jul 2010 12:03:13 +0200
branchstable
changeset 5976 00b1b6b906cf
parent 0 b97547f5f1fa
permissions -rw-r--r--
[transaction] if error on rollbacking a source, replace the connection by a new one

#! /bin/sh -e
 
case "$1" in
    remove)
	if [ -x "/etc/init.d/cubicweb-ctl" ]; then
	    invoke-rc.d cubicweb-ctl stop || true
	fi
    ;;
esac
 
#DEBHELPER#
 
exit 0