debian/cubicweb-twisted.postinst
author Julien Cristau <julien.cristau@logilab.fr>
Wed, 11 Dec 2013 16:01:15 +0100
branchstable
changeset 9345 b02e2912cad5
parent 0 b97547f5f1fa
permissions -rw-r--r--
[debian] add lintian override for a false positive

#! /bin/sh -e

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