debian/cubicweb-twisted.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 04 Oct 2011 10:18:35 +0200
branchstable
changeset 7904 f41bb38dda7c
parent 0 b97547f5f1fa
permissions -rw-r--r--
[rql, sql] support for weekday function introduced in lgdp 1.7 (closes #1979717)

#! /bin/sh -e

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