debian/cubicweb-twisted.prerm
author Erica Marco <erica.marco@logilab.fr>
Mon, 23 Mar 2015 11:08:04 +0100
changeset 10281 cc9eb88377f4
parent 0 b97547f5f1fa
permissions -rw-r--r--
[documentation] add note concerning Attribute, TODAY and NOW in yams documentation

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