debian/cubicweb-twisted.prerm
author Denis Laxalde <denis.laxalde@logilab.fr>
Mon, 12 Sep 2016 08:41:33 +0200 (2016-09-12)
changeset 11466 fe465201febd
parent 0 b97547f5f1fa
permissions -rw-r--r--
[pkg] Drop old checks in setup.py
#! /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