debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 12 Jan 2011 15:19:10 +0100
branchstable
changeset 6812 a637f961665d
parent 0 b97547f5f1fa
permissions -rw-r--r--
typo in deprecation warning

#! /bin/sh -e

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