debian/cubicweb-twisted.postinst
author Graziella Toutoungis <graziella.toutoungis@logilab.fr>
Tue, 05 May 2009 16:06:00 +0200
branchtls-sprint
changeset 1683 c74566e61f1a
parent 0 b97547f5f1fa
permissions -rw-r--r--
don't display relation in the metadata category here

#! /bin/sh -e

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