debian/cubicweb-twisted.prerm
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 26 Jul 2011 10:33:26 +0200
branchstable
changeset 7688 f1b6e7c09a6f
parent 0 b97547f5f1fa
permissions -rw-r--r--
[schema] restrict source mapping 'cw_schema' relation to non final relation, we currently have no use for 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