debian/cubicweb-ctl.postrm
author Rémi Cardona <remi.cardona@logilab.fr>
Thu, 08 Oct 2015 18:24:09 +0200
changeset 10639 1ed205146ee2
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
[devtools] Fix CubicWebTC.temporary_permissions If the context manager is exited via an exception, the original permissions should be restored.

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