debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 25 Oct 2011 18:21:45 +0200
changeset 8019 eb83c52ffa0c
parent 0 b97547f5f1fa
permissions -rw-r--r--
[test] unittest2 api update

#! /bin/sh -e

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