debian/cubicweb-twisted.postinst
author sylvain.thenault@logilab.fr
Wed, 13 May 2009 15:05:38 +0200
branchtls-sprint
changeset 1783 b81f9761907c
parent 0 b97547f5f1fa
permissions -rw-r--r--
mx flag has moved

#! /bin/sh -e

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