debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Mon, 03 Aug 2009 17:32:42 +0200
changeset 2666 c6c832d32936
parent 0 b97547f5f1fa
permissions -rw-r--r--
[webapp] missing renaming

#! /bin/sh -e

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