debian/cubicweb-ctl.prerm
branchstable
changeset 6917 e080e7465ac4
parent 0 b97547f5f1fa
equal deleted inserted replaced
6916:3970185a8f8c 6917:e080e7465ac4
     1 #! /bin/sh -e
     1 #! /bin/sh -e
     2  
     2  
     3 case "$1" in
     3 case "$1" in
     4     purge)
     4     purge)
     5         rm -rf /etc/cubicweb.d/
     5 	rm -rf /etc/cubicweb.d/
     6     	rm -rf /var/run/cubicweb/
       
     7 	rm -rf /var/log/cubicweb/
     6 	rm -rf /var/log/cubicweb/
     8 	rm -rf /var/lib/cubicweb/
     7 	rm -rf /var/lib/cubicweb/
     9     ;;
     8     ;;
    10 esac
     9 esac
    11  
    10