debian/cubicweb-server.prerm
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 14 Jun 2011 17:15:39 +0200
branchstable
changeset 7504 d95f9002edcc
parent 0 b97547f5f1fa
permissions -rw-r--r--
[sync schema hooks] consider etype name map before trying to update in-memory schema

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