debian/cubicweb-twisted.postinst
author sylvain.thenault@logilab.fr
Mon, 11 May 2009 11:01:40 +0200 (2009-05-11)
branchtls-sprint
changeset 1720 14c9a0a1aca1
parent 0 b97547f5f1fa
permissions -rw-r--r--
drop content_title
#! /bin/sh -e

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