debian/cubicweb-ctl.postrm
author Julien Cristau <julien.cristau@logilab.fr>
Tue, 15 Jul 2014 16:07:59 +0200
changeset 10001 1245357b3b3e
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
[web] add support for HttpOnly cookie flag And use it for session cookies. Closes #4142521.

#!/bin/sh -e
if [ "$1" = "purge" ] ; then
        update-rc.d cubicweb remove >/dev/null
fi
 
#DEBHELPER#
 
exit 0