debian/cubicweb-server.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 18 Sep 2009 08:33:18 +0200
branch3.5
changeset 3305 abae9045d2e4
parent 0 b97547f5f1fa
permissions -rw-r--r--
[migration] fix initial_state migration: at this point, S state_of ET is no more true (but we don't need it...)

#! /bin/sh -e

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