debian/cubicweb-ctl.postrm
author Julien Cristau <julien.cristau@logilab.fr>
Mon, 15 Sep 2014 10:06:07 +0200
changeset 9996 65bb21409292
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
[server] hold connection to the db in tx_actions We can be called without a cnxset (e.g. from repoapi).

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