debian/cubicweb-server.postinst
author Alexandre Fayolle <alexandre.fayolle@logilab.fr>
Tue, 13 Oct 2009 09:17:53 +0200
branchstable
changeset 3651 633b8971c95a
parent 0 b97547f5f1fa
permissions -rw-r--r--
fixed cut and pasted docstring

#! /bin/sh -e

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