debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 06 Oct 2011 16:15:16 +0200
branchstable
changeset 7915 a7f3245e1728
parent 0 b97547f5f1fa
permissions -rw-r--r--
[migration] expose migration methods to execute schema/*.sql and migration/<event>.py files (closes #1986498)

#! /bin/sh -e

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