debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 06 Aug 2010 17:35:02 +0200
branchstable
changeset 6073 bf684f1022bf
parent 0 b97547f5f1fa
permissions -rw-r--r--
[migration] fix crash when adding symmetric relation type

#! /bin/sh -e

if [ -x "/etc/init.d/cubicweb-ctl" ]; then
    invoke-rc.d cubicweb-ctl restart || true
fi
 
 
#DEBHELPER#
 
exit 0