debian/cubicweb-server.postinst
author auc@giediprime.logilab.fr
Wed, 09 Dec 2009 19:01:53 +0100
branchstable
changeset 4064 3b12e4192983
parent 0 b97547f5f1fa
permissions -rw-r--r--
be able to run cw instances as windows services

#! /bin/sh -e

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