debian/cubicweb-ctl.prerm
author Pierre-Yves David <pierre-yves.david@logilab.fr>
Wed, 03 Jul 2013 14:52:10 +0200
branchstable
changeset 9136 eef0388e8fea
parent 6917 e080e7465ac4
permissions -rw-r--r--
[devtool] randomise available ports search in http test This lowers the chance of parallel tests to race for the same port.

#! /bin/sh -e
 
case "$1" in
    purge)
	rm -rf /etc/cubicweb.d/
	rm -rf /var/log/cubicweb/
	rm -rf /var/lib/cubicweb/
    ;;
esac
 
#DEBHELPER#
 
exit 0