debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 07 Aug 2009 16:18:28 +0200
changeset 2738 e7e46121a4f9
parent 0 b97547f5f1fa
permissions -rw-r--r--
[migration] mh.confirm support a new default argument, fix default handling for ASK

#! /bin/sh -e

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