debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 23 May 2012 16:01:26 +0200
branchstable
changeset 8424 664d0bf525c8
parent 0 b97547f5f1fa
permissions -rw-r--r--
Added tag cubicweb-debian-version-3.14.8-1 for changeset 81394043ad22

#! /bin/sh -e

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