debian/cubicweb-twisted.prerm
author Julien Jehannet <julien.jehannet@logilab.fr>
Fri, 05 Nov 2010 16:55:13 +0100
branchstable
changeset 6695 b714521ac66d
parent 0 b97547f5f1fa
permissions -rw-r--r--
[windmill tests] use extra timeouts, else we get failure simplu because we didn't wait enough

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