debian/cubicweb-twisted.prerm
author Rémi Cardona <remi.cardona@logilab.fr>
Tue, 22 Sep 2015 15:00:41 +0200
changeset 10728 48c6de7321d8
parent 0 b97547f5f1fa
permissions -rw-r--r--
[py3k] unicode → six.text_type

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