debian/cubicweb-ctl.postrm
author Pierre-Yves David <pierre-yves.david@logilab.fr>
Fri, 22 Mar 2013 18:33:53 +0100
changeset 8767 a75670ef2d87
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
[session] move security constant out of the class There is no reason for it to not be global. This will ease it use by ``Transaction object``.

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