debian/cubicweb-twisted.prerm
author Julien Cristau <julien.cristau@logilab.fr>
Wed, 17 Feb 2016 10:18:34 +0100
changeset 11132 f1dade56087d
parent 0 b97547f5f1fa
permissions -rw-r--r--
README: use https URLs for docs.cubicweb.org

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