debian/cubicweb-server.postinst
author Alexandre Fayolle <alexandre.fayolle@logilab.fr>
Fri, 22 Apr 2011 09:48:37 +0200
changeset 7241 65d65da31356
parent 0 b97547f5f1fa
permissions -rw-r--r--
fix tests broken by fcb8932082a5

#! /bin/sh -e

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