debian/cubicweb-server.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Mon, 15 Jun 2015 10:46:49 +0200
changeset 10387 67890235cb78
parent 0 b97547f5f1fa
permissions -rw-r--r--
[test] stop depending on the email cube for hooks test Backport necessary part of its schema.

#! /bin/sh -e

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