debian/cubicweb-server.postinst
author Nicolas Chauvat <nicolas.chauvat@logilab.fr>
Fri, 14 Aug 2009 18:54:35 +0200
branchstable
changeset 2857 81d10fedc32e
parent 0 b97547f5f1fa
permissions -rw-r--r--
B [server] extlite test will not fail if tempfile exists

#! /bin/sh -e

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