debian/cubicweb-ctl.postrm
author Nsukami Patrick <ptrck at nskm dot xyz>
Fri, 22 Nov 2019 12:06:52 +0000
changeset 12783 842939e69f3a
parent 11832 e8be49ecb522
permissions -rw-r--r--
[pkginfo] Remove unused parameter To retrieve cube dependencies or cube requirements, no more need to pass the 'oldkey' parameter to _cube_deps function as this parameter is unused.

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