debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 10 Jun 2009 10:01:06 +0200
changeset 2084 923788d1f9c6
parent 0 b97547f5f1fa
permissions -rw-r--r--
optional rset, those prototype could be simplified once bw compat for non named rset will be dropped

#! /bin/sh -e

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