debian/cubicweb-ctl.postrm
author Noe Gaumont <ngaumont@logilab.fr>
Wed, 22 May 2019 11:34:08 +0200
changeset 12624 24b9073a6617
parent 11832 e8be49ecb522
permissions -rw-r--r--
[doc] fix key used in the hook example The hook's regid is check_no_subsidiary_cycle.

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