debian/cubicweb-twisted.postinst
author Pierre-Yves David <pierre-yves.david@logilab.fr>
Tue, 08 Dec 2009 12:46:45 +0100
changeset 4039 6e3d96ab565f
parent 0 b97547f5f1fa
permissions -rw-r--r--
fix class reference in old hook warning

#! /bin/sh -e

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