debian/cubicweb-twisted.prerm
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 02 Jul 2009 12:58:17 +0200
branchstable
changeset 2242 6772f8e859c2
parent 0 b97547f5f1fa
permissions -rw-r--r--
translate not found fields, also clear global errors

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