debian/cubicweb-twisted.prerm
author Pierre-Yves David <pierre-yves.david@logilab.fr>
Fri, 29 Mar 2013 17:43:18 +0100
changeset 9073 9574df1cd054
parent 0 b97547f5f1fa
permissions -rw-r--r--
[Connection] inherit from RequestSessionBase This contains a lot method. We need them to move more code from Session to connection.

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