debian/cubicweb-twisted.prerm
author Pierre-Yves David <pierre-yves.david@logilab.fr>
Thu, 23 May 2013 14:17:46 +0200
changeset 9075 8d36838ccb3e
parent 0 b97547f5f1fa
permissions -rw-r--r--
[connection] move last part of undo logic in connection Now that Connection have a reference to the repo it can handle all of it itself

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