debian/cubicweb-ctl.postrm
author Julien Cristau <julien.cristau@logilab.fr>
Tue, 15 May 2012 10:34:34 +0200
branchstable
changeset 8402 efafa1261477
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
[datafeed] allow the xml datafeed parser to work with client-side connections

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