debian/cubicweb-twisted.postinst
author Alexandre Fayolle <alexandre.fayolle@logilab.fr>
Thu, 10 Nov 2011 23:18:56 +0100
branchstable
changeset 8081 e8091b415ad8
parent 0 b97547f5f1fa
permissions -rw-r--r--
[http, windows] fix remove_cookie trying to expire a cookie before the Epoch (closes: #2087998) time.gmtime on windows will raise a ValueError if a negative argument is supplied

#! /bin/sh -e

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