debian/cubicweb-ctl.postrm
author Rémi Cardona <remi.cardona@logilab.fr>
Wed, 13 Mar 2013 19:23:22 +0100
branchstable
changeset 8729 ea3fc8e1edee
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
[web/component] Use global variable to point to ajax controller (part of #2758254)

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