debian/cubicweb-server.prerm
author Florent Cayré <florent.cayre@gmail.com>
Wed, 04 May 2011 10:32:15 +0200
branchstable
changeset 7302 c281afe35b8b
parent 0 b97547f5f1fa
permissions -rw-r--r--
[entity] fix entity fetch_rql when fetch_attrs contains a rtype with multiple destination etypes which do not have the same fetched attributes themselves (closes #1631282)

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