debian/cubicweb-ctl.prerm
author Florent Cayré <florent.cayre@gmail.com>
Thu, 01 May 2014 23:35:56 +0200
branchstable
changeset 9924 25fc84990ddc
parent 6917 e080e7465ac4
permissions -rw-r--r--
[facet html] Add surrounding div with "facetBody" class to "has_text" facet. This makes its html structure consistent with the other facets and fixes both css and a javascript behaviour (hide the facet body when clicking on its title). Closes #3797501.

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