zfs/contrib/debian/openzfs-zfs-dkms.prerm

9 lines
98 B
Bash

#!/bin/sh
set -e
#DEBHELPER#
if [ "$1" = "remove" ]; then
rm -f /etc/zfs/zpool.cache
fi