debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 18 Mar 2010 17:31:22 +0100
changeset 4945 356662a6f06c
parent 0 b97547f5f1fa
permissions -rw-r--r--
[migration] new build_descr argument to rqlexec on the migration helper

#! /bin/sh -e

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