debian/cubicweb-ctl.postrm
author David Douard <david.douard@logilab.fr>
Tue, 24 Apr 2018 14:04:43 +0200 (2018-04-24)
changeset 12300 253fb20bc883
parent 11832 e8be49ecb522
permissions -rw-r--r--
[test/rset] flake8
#!/bin/sh -e

if [ "$1" = "purge" ] ; then
        rm -rf /etc/cubicweb.d/
        rm -rf /var/log/cubicweb/
        rm -rf /var/lib/cubicweb/
fi

#DEBHELPER#
 
exit 0