debian/cubicweb-twisted.postinst
author Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
Wed, 07 Oct 2009 22:18:16 +0200
branchstable
changeset 3612 0605d8755613
parent 0 b97547f5f1fa
permissions -rw-r--r--
[migration] make it more explicit that BaseTransition upgrade should only be done if migrating from version prior to 3.5

#! /bin/sh -e

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