debian/cubicweb-ctl.prerm
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 15 Apr 2015 22:08:08 +0200
changeset 10327 a504a7840915
parent 6917 e080e7465ac4
permissions -rw-r--r--
[postgres] _regproc.postgres.sql should be reloadable

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