debian/cubicweb-twisted.prerm
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 02 Jul 2013 09:35:58 +0200
branchstable
changeset 9137 c791d8fddc15
parent 0 b97547f5f1fa
permissions -rw-r--r--
[web doctype test] don't give reset_xmldecl to avoid deprecation warning

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