debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 02 Apr 2010 16:10:35 +0200
branchstable
changeset 5143 43afbdd5c8b4
parent 0 b97547f5f1fa
permissions -rw-r--r--
improved doc on selectors an vregistry

#! /bin/sh -e

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