debian/cubicweb-twisted.prerm
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Thu, 10 Oct 2013 12:40:23 +0200
branchstable
changeset 9279 0814b9dd9bf3
parent 0 b97547f5f1fa
permissions -rw-r--r--
[py3k] note about future warning on __eq__ vs __hash__ Closes #3179561.

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