debian/cubicweb-twisted.postinst
author David Douard <david.douard@logilab.fr>
Tue, 05 May 2015 15:49:41 +0200
changeset 10373 9579cd21412d
parent 0 b97547f5f1fa
permissions -rw-r--r--
[tags] add properly formated tags for 3.19 and 3.20 releases

#! /bin/sh -e

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