debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 16 Jul 2010 16:37:20 +0200
changeset 5985 0dd582dfd257
parent 0 b97547f5f1fa
permissions -rw-r--r--
Added tag cubicweb-debian-version-3.9.2-1 for changeset 8a23821dc138

#! /bin/sh -e

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