debian/cubicweb-server.postinst
author Aurelien Campeas
Tue, 08 Sep 2009 20:03:32 +0200
branch3.5
changeset 3122 0e49d2679c5c
parent 0 b97547f5f1fa
permissions -rw-r--r--
fix open call to make cw happy /win32

#! /bin/sh -e

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