debian/cubicweb-twisted.prerm
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Mon, 06 Jun 2011 15:52:53 +0200
changeset 7459 e4399a37674e
parent 0 b97547f5f1fa
permissions -rw-r--r--
[test,i18n] update test and i18n catalog to follow addition of 'synchronizing' attribute on sources

#! /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