debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 12 Jul 2011 12:22:02 +0200
branchstable
changeset 7653 92464e39134c
parent 0 b97547f5f1fa
permissions -rw-r--r--
Added tag cubicweb-version-3.12.9 for changeset cb2990aaa63c

#! /bin/sh -e

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