debian/cubicweb-twisted.prerm
author Julien Cristau <julien.cristau@logilab.fr>
Thu, 02 Apr 2015 10:41:53 +0200
changeset 10325 d2e1e67af4e1
parent 0 b97547f5f1fa
permissions -rw-r--r--
[doc] mention datadir-url configuration option in release notes Related to #5204550

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