debian/cubicweb-server.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 03 Apr 2014 18:16:10 +0200
changeset 9631 c51a05b5dcb8
parent 0 b97547f5f1fa
permissions -rw-r--r--
[devtools] deprecate CWTC.user()

#! /bin/sh -e

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