1
#! /bin/sh -e
2
3
if [ -x "/etc/init.d/cubicweb-ctl" ]; then
4
invoke-rc.d cubicweb-ctl restart || true
5
fi
6
7
8
#DEBHELPER#
9
10
exit 0