debian/cubicweb-server.postinst
author sylvain.thenault@logilab.fr
Mon, 09 Feb 2009 14:09:55 +0100
changeset 562 bdadb26c4a3c
parent 0 b97547f5f1fa
permissions -rw-r--r--
old .validators attribute is now .vid_validators

#! /bin/sh -e

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