debian/cubicweb-ctl.prerm
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Mon, 10 Sep 2012 16:07:13 +0200
changeset 8558 133101245cac
parent 6917 e080e7465ac4
permissions -rw-r--r--
[db creation test] more testing of db initialization: call build_db_cache and ensure admin user exists

#! /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