debian/cubicweb-twisted.postinst
author Pierre-Yves David <pierre-yves.david@logilab.fr>
Thu, 04 Mar 2010 16:26:52 +0100
branchstable
changeset 4820 0a16f07112b9
parent 0 b97547f5f1fa
permissions -rw-r--r--
[pkg/debian] prepare 3.6.1-2

#! /bin/sh -e

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