debian/cubicweb-twisted.prerm
author Julien Cristau <julien.cristau@logilab.fr>
Fri, 04 Apr 2014 14:49:18 +0200
changeset 10315 0f3489d622ba
parent 0 b97547f5f1fa
permissions -rw-r--r--
[repository] replace session with cnx in a few places

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