debian/cubicweb-twisted.prerm
author Denis Laxalde <denis.laxalde@logilab.fr>
Wed, 28 Jan 2015 17:36:13 +0100
changeset 10168 136e6b655cdb
parent 0 b97547f5f1fa
permissions -rw-r--r--
[doc] Fix class name for ComputedRelation; fix code block about computed attributes

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