debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 18 Mar 2010 17:37:55 +0100
branchstable
changeset 4950 bca0873c0d6e
parent 0 b97547f5f1fa
permissions -rw-r--r--
[schema sync] fix another potential name error on synchronizing rdefs

#! /bin/sh -e

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