debian/cubicweb-twisted.postinst
author Alexandre Fayolle <alexandre.fayolle@logilab.fr>
Mon, 21 Nov 2011 17:58:18 +0100
changeset 8097 7e0d1fb1092d
parent 0 b97547f5f1fa
permissions -rw-r--r--
use dbhelper functions to get default date / datetime (closes #2094544)

#! /bin/sh -e

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