debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 04 Nov 2011 13:03:56 +0100
changeset 8056 8909800a8c51
parent 0 b97547f5f1fa
permissions -rw-r--r--
[cleanup] drop some appengine support junk

#! /bin/sh -e

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