debian/cubicweb-server.postinst
author Laure Bourgois <Laure.Bourgois@logilab.fr>
Wed, 07 Jan 2009 10:47:00 +0100
changeset 343 50073bc6df5e
parent 0 b97547f5f1fa
permissions -rw-r--r--
adding test for special html caractere

#! /bin/sh -e

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