debian/cubicweb-ctl.postrm
author Julien Cristau <julien.cristau@logilab.fr>
Thu, 19 Jun 2014 17:39:12 +0200
changeset 9813 c20956f5862d
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
[repoapi] make ClientConnection call RequestSessionBase's init Not calling up means we're missing some attributes, like encoding.

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