1#!/bin/sh
2set -e
3
4#DEBHELPER#
5
6if [ "$1" = "remove" ]; then
7        rm -f /etc/zfs/zpool.cache
8fi
9