debian/cubicweb-server.postinst
author sylvain.thenault@logilab.fr
Tue, 10 Mar 2009 11:35:52 +0100
branchtls-sprint
changeset 1016 26387b836099
parent 0 b97547f5f1fa
permissions -rw-r--r--
use datetime instead of mx.DateTime

#! /bin/sh -e

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