debian/cubicweb-twisted.prerm
author Julien Cristau <julien.cristau@logilab.fr>
Mon, 08 Feb 2016 16:32:07 +0100
changeset 11161 dd1933f56f4e
parent 0 b97547f5f1fa
permissions -rw-r--r--
[devtools/test] fix bytes vs text in test_base_url Needed for python3 with the next changeset

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