debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Mon, 19 Jul 2010 15:37:02 +0200
branchstable
changeset 5994 97c55baefa0c
parent 0 b97547f5f1fa
permissions -rw-r--r--
backport default into stable. STABLE IS NOW 3.9, default 3.10

#! /bin/sh -e

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