summarylogtreecommitdiffstats
path: root/zfs-utils.install
diff options
context:
space:
mode:
Diffstat (limited to 'zfs-utils.install')
-rw-r--r--zfs-utils.install18
1 files changed, 0 insertions, 18 deletions
diff --git a/zfs-utils.install b/zfs-utils.install
deleted file mode 100644
index 85d0a9f574da..000000000000
--- a/zfs-utils.install
+++ /dev/null
@@ -1,18 +0,0 @@
-post_upgrade() {
-
- # If upgrading from 0.7.0_r211_g4e9b15696-1 or older
- # display zfs-import warning
- if [[ $(vercmp $2 0.7.0_r211_g4e9b15696-1) -le 0 ]]; then
- echo '>>> WARNING: A new systemd unit file was added to archzfs!'
- echo '>>> You may need enable zfs-import.target'
- echo '>>> See https://github.com/archzfs/archzfs/issues/186'
- fi
-
- # If upgrading from 0.7.0_r275_g1b66810ba-1 or older
- # display encryption format change warning
- if [[ $(vercmp $2 0.7.0_r275_g1b66810ba-1) -le 0 ]]; then
- echo '>>> WARNING: The on-disk format for encrypted datasets has changed!'
- echo '>>> All encrypted datasets will mount read only and need to be migrated.'
- echo '>>> See https://github.com/archzfs/archzfs/issues/222'
- fi
-}