debian/cubicweb-ctl.postrm
author David Douard <david.douard@logilab.fr>
Thu, 19 Apr 2018 12:45:24 +0200
branch3.26
changeset 12287 547bb96ea2a8
parent 11832 e8be49ecb522
permissions -rw-r--r--
[test/web] add a test for css generation file permission problem (related to #17143773)

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