debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 11 Mar 2010 16:41:43 +0100
branchstable
changeset 4862 0d0e5279f65e
parent 0 b97547f5f1fa
permissions -rw-r--r--
[repo stats] add cache size

#! /bin/sh -e

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