debian/cubicweb-ctl.postrm
author Pierre-Yves David <pierre-yves.david@logilab.fr>
Tue, 25 Jun 2013 14:45:16 +0200
changeset 9069 aff871b58ba0
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
[web/test] drop proff of concept Facebook login in test The authentication stack will change. The change in API will requires rework of user cube anyway.

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