debian/cubicweb-ctl.postrm
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 01 Apr 2011 14:26:18 +0200
branchstable
changeset 7163 d6d905d0344f
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
[web test] extract a set_auth_mode method from init_authentication and use it in test_fb_login_concept to avoid bad test interaction

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