debian/cubicweb-twisted.postinst
author sylvain.thenault@logilab.fr
Mon, 04 May 2009 15:47:30 +0200
branchtls-sprint
changeset 1649 ab3c662b6ebe
parent 0 b97547f5f1fa
permissions -rw-r--r--
ensure date/datetime instance

#! /bin/sh -e

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