debian/cubicweb-ctl.prerm
author Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
Fri, 14 Oct 2011 09:04:39 +0200
branchstable
changeset 7952 48330faf4cd7
parent 6917 e080e7465ac4
permissions -rw-r--r--
[table] use explicit add_onload() to setup table sorting (closes #2013493)

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