debian/cubicweb-twisted.postinst
author Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
Thu, 17 Sep 2009 12:03:14 +0200
branch3.5
changeset 3282 29d561abe8a7
parent 0 b97547f5f1fa
permissions -rw-r--r--
i18n roundup

#! /bin/sh -e

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