debian/cubicweb-server.prerm
author Florent <florent@secondweb.fr>
Wed, 22 Apr 2009 09:43:45 +0200
branchtls-sprint
changeset 1478 674fa3eb01d1
parent 0 b97547f5f1fa
permissions -rw-r--r--
parse_datetime call with Date etype now returns a datetime.date instance

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