#!/bin/sh
set -e

#DEBHELPER#

if [ "$1" = "remove" ]; then
        rm -f /etc/zfs/zpool.cache
fi