debian/cubicweb-twisted.postinst
author sylvain.thenault@logilab.fr
Tue, 17 Feb 2009 16:41:46 +0100
branchtls-sprint
changeset 664 04154a2b238d
parent 0 b97547f5f1fa
permissions -rw-r--r--
drop unused support of .required, no more necessary .accepts check, and extresources_registerer

#! /bin/sh -e

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