#!/bin/sh set -e if [ "$1" = "purge" ] && [ -e "/etc/default/o2cb" ]; then rm -f /etc/default/o2cb fi if [ "$1" = "purge" ]; then rm -f /etc/multipath.conf 2>/dev/null || true rm -f /etc/ocfs2/cluster.conf 2>/dev/null || true fi #DEBHELPER#