debian/cubicweb-twisted.postinst
author sylvain.thenault@logilab.fr
Thu, 14 May 2009 12:43:48 +0200
branchtls-sprint
changeset 1806 e94b65445826
parent 0 b97547f5f1fa
permissions -rw-r--r--
i18nupdate

#! /bin/sh -e

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