debian/cubicweb-server.postinst
author sylvain.thenault@logilab.fr
Fri, 30 Jan 2009 15:32:02 +0100
changeset 534 1368c80276bc
parent 0 b97547f5f1fa
permissions -rw-r--r--
refactor validator selection using a content type based dictionnary (which may be overriden by view id) + functions to instrumentize the registry to check what's tested and what's not

#! /bin/sh -e

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