debian/cubicweb-server.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 14 Jun 2011 17:15:40 +0200
branchstable
changeset 7505 e04790a6eea8
parent 0 b97547f5f1fa
permissions -rw-r--r--
[migration] this is needed to avoid pb with yams 0.33 / cw < 3.13

#! /bin/sh -e

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