debian/cubicweb-twisted.prerm
author Christophe de Vienne <christophe@unlish.com>
Thu, 27 Nov 2014 13:40:37 +0100
changeset 10109 479190f019cc
parent 0 b97547f5f1fa
permissions -rw-r--r--
[pkg] Make twisted recommended only It's not necessary when using wsgi or pyramid. Closes #4639508

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