debian/cubicweb-server.postinst
author Florent <florent@secondweb.fr>
Wed, 22 Apr 2009 09:43:45 +0200
branchtls-sprint
changeset 1478 674fa3eb01d1
parent 0 b97547f5f1fa
permissions -rw-r--r--
parse_datetime call with Date etype now returns a datetime.date instance

#! /bin/sh -e

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