debian/cubicweb-twisted.prerm
author Julien Cristau <julien.cristau@logilab.fr>
Tue, 17 Jan 2012 11:47:14 +0100
changeset 8163 f0a0bfc4a0c8
parent 0 b97547f5f1fa
permissions -rw-r--r--
gmap: fix regression from 151058945234 Send zoomlevel as an int, and move closing brace to the right place.

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