debian/cubicweb-ctl.postrm
author Julien Cristau <julien.cristau@logilab.fr>
Mon, 13 Feb 2012 12:47:59 +0100
branchstable
changeset 8226 a3d3bdd46463
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
[devtools] Use Xvfb to run firefox in js tests on posix platforms This way we don't require running tests under X.

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