debian/cubicweb-twisted.postinst
author Julien Cristau <julien.cristau@logilab.fr>
Mon, 08 Jul 2013 20:48:54 +0200
branchstable
changeset 9144 d65b6434ae3f
parent 0 b97547f5f1fa
permissions -rw-r--r--
[pkg] Remove obsolete ubuntu hardy packaging It's been EOL for a while.

#! /bin/sh -e

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