debian/cubicweb-server.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 16 Feb 2010 09:25:18 +0100
changeset 4593 d0b5ef72a492
parent 0 b97547f5f1fa
permissions -rw-r--r--
add space between a checkbox and its label

#! /bin/sh -e

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