debian/cubicweb-ctl.prerm
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Mon, 07 Jul 2014 19:28:30 +0200
branchstable
changeset 9872 a979d1594af6
parent 6917 e080e7465ac4
permissions -rw-r--r--
[pkg] prepare 3.17.16

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