debian/cubicweb-server.postinst
author Christophe de Vienne <christophe@unlish.com>
Wed, 19 Nov 2014 11:59:08 +0100
changeset 10031 bea3f6595fb4
parent 0 b97547f5f1fa
permissions -rw-r--r--
Restrict yams version CW 3.19 is not compatible with yams >= 0.40

#! /bin/sh -e

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