debian/cubicweb-server.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 04 Apr 2014 12:45:12 +0200
changeset 9639 74b3db5bb41d
parent 0 b97547f5f1fa
permissions -rw-r--r--
[test] silence warnings for unittest_cwctl by upgrading to new 3.19 API

#! /bin/sh -e

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