debian/cubicweb-twisted.prerm
author Julien Cristau <julien.cristau@logilab.fr>
Fri, 20 Jul 2012 09:22:51 +0200
branchstable
changeset 8477 42e8755b3aba
parent 0 b97547f5f1fa
permissions -rw-r--r--
[config] Set CWDEV, aka dev mode, according to presence of the i18n directory, not .hg

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