debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 12 Jul 2011 11:27:42 +0200
changeset 7650 278fe9c1f3ad
parent 0 b97547f5f1fa
permissions -rw-r--r--
[repo] closes #1821172: fix source deletion

#! /bin/sh -e

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