debian/cubicweb-server.postinst
author Alexandre Fayolle <alexandre.fayolle@logilab.fr>
Thu, 16 Sep 2010 16:38:19 +0200
branchstable
changeset 6267 c50c397173db
parent 0 b97547f5f1fa
permissions -rw-r--r--
repair service mode start on windows

#! /bin/sh -e

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