debian/cubicweb-twisted.postinst
author Julien Cristau <julien.cristau@logilab.fr>
Wed, 09 Apr 2014 11:19:59 +0200
changeset 9672 7c2d058359f6
parent 0 b97547f5f1fa
permissions -rw-r--r--
[pkg] Bump to 3.19.0

#! /bin/sh -e

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