#!/bin/sh
set -e

case "$1" in
install|upgrade)
    test -f /etc/mtab && rm /etc/mtab
    true
	;;
esac

#DEBHELPER#
