debian/cubicweb-server.prerm
author Julien Cristau <julien.cristau@logilab.fr>
Wed, 29 Jan 2014 15:55:21 +0100
changeset 9507 540cb068a7f9
parent 0 b97547f5f1fa
permissions -rw-r--r--
[repo] Use a connection instead of a session for repo.stats()

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