debian/cubicweb-ctl.prerm
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 05 Aug 2011 15:06:02 +0200
branchstable
changeset 7750 251c7cce300e
parent 6917 e080e7465ac4
permissions -rw-r--r--
site schema should be named data model schema

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