mirror_zfs-debian/debian/zfs-dkms.prerm
Aron Xu 83754772d2 Correct parameter
prerm will not be called with `purge` parameter.
2013-08-03 05:05:24 +08:00

9 lines
98 B
Bash

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