debian/cubicweb-twisted.prerm
author Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
Wed, 29 Jul 2009 12:46:09 +0200
changeset 2564 5f38f5eaff86
parent 0 b97547f5f1fa
permissions -rw-r--r--
[F plot] make jquery plots accept a fourth column that specifies a date format for tooltips

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