debian/cubicweb-twisted.prerm
author Denis Laxalde <denis.laxalde@logilab.fr>
Fri, 29 Jan 2016 16:48:58 +0100
changeset 11085 2c0541b6803f
parent 0 b97547f5f1fa
permissions -rw-r--r--
[skeleton] Restore verbose output in setup.py This part of commit fdadf59be612 missing the integration window.

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