debian/cubicweb-twisted.prerm
author Katia Saurfelt <katia.saurfelt@logilab.fr>
Wed, 04 Jan 2012 17:21:14 +0100
branchstable
changeset 8153 e225e70239ed
parent 0 b97547f5f1fa
permissions -rw-r--r--
[views] calendar id in CalendarView must be unique (closes #2143864)

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