debian/cubicweb-twisted.postinst
author Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
Wed, 18 Nov 2009 10:05:41 +0100
branchstable
changeset 3872 8b1b9179f100
parent 0 b97547f5f1fa
permissions -rw-r--r--
[migration] avoid AssertionError / crashes if migration script is neither a py nor a sql file

#! /bin/sh -e

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