]> git.proxmox.com Git - corosync-pve.git/blame - debian/corosync.postrm
bump version to 3.1.7-pve1
[corosync-pve.git] / debian / corosync.postrm
CommitLineData
8dcb3076
TL
1#!/bin/sh
2
3set -e
4
5if [ "$1" = purge ]; then
6 rm -rf /var/lib/corosync
7 rm -rf /var/log/corosync
8fi
9
10#DEBHELPER#