debian/cubicweb-ctl.prerm
author Denis Laxalde <denis.laxalde@logilab.fr>
Mon, 16 Dec 2013 08:45:06 +0100
changeset 9387 f31f0c8bda4f
parent 6917 e080e7465ac4
permissions -rw-r--r--
[notification] Use https url when available in notification view context Closes #3376252.

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