debian/cubicweb-twisted.postinst
author Pierre-Yves David <pierre-yves.david@logilab.fr>
Tue, 08 Dec 2009 16:56:56 +0100
changeset 4046 93d69d5dd3fa
parent 0 b97547f5f1fa
permissions -rw-r--r--
add a dummy and stupid dummy method for dummy form

#! /bin/sh -e

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