debian/cubicweb-server.postinst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 15 Apr 2011 08:22:38 +0200
changeset 7229 a60522259c2c
parent 0 b97547f5f1fa
permissions -rw-r--r--
[tz postgres support] we've to commit the connection once time-zone is set, else we may loose the setting

#! /bin/sh -e

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