debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 08 Dec 2011 16:48:00 +0100
changeset 8122 b5b0b341467a
parent 0 b97547f5f1fa
permissions -rw-r--r--
Added tag cubicweb-debian-version-3.14.1-1 for changeset 6928210da4fc

#! /bin/sh -e

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