debian/cubicweb-server.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Mon, 19 Apr 2010 15:31:24 +0200
changeset 5330 19bc44f5f9d1
parent 0 b97547f5f1fa
permissions -rw-r--r--
[web] no more needed with the bytes option type

#! /bin/sh -e

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