mirror of
https://git.proxmox.com/git/mirror_zfs-debian
synced 2025-08-15 02:56:40 +00:00
9 lines
98 B
Bash
9 lines
98 B
Bash
#!/bin/sh
|
|
set -e
|
|
|
|
#DEBHELPER#
|
|
|
|
if [ "$1" = "remove" ]; then
|
|
rm -f /etc/zfs/zpool.cache
|
|
fi
|