debian/cubicweb-ctl.prerm
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 08 Mar 2013 09:15:09 +0100
branchstable
changeset 8716 dd53d8d63b4b
parent 6917 e080e7465ac4
permissions -rw-r--r--
[c-c shell] fix command description (-P option is gone long ago)

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