summarylogtreecommitdiffstats
path: root/zfs-utils.install
diff options
context:
space:
mode:
Diffstat (limited to 'zfs-utils.install')
-rw-r--r--zfs-utils.install14
1 files changed, 14 insertions, 0 deletions
diff --git a/zfs-utils.install b/zfs-utils.install
new file mode 100644
index 000000000000..ba23cb0f98ac
--- /dev/null
+++ b/zfs-utils.install
@@ -0,0 +1,14 @@
+show_warning() {
+ echo ">>> WARNING: The systemd unit files for archzfs have changed!"
+ echo ">>> You may need re-enable the zfs systemd service."
+ echo ">>> See https://github.com/archzfs/archzfs/issues/72"
+}
+
+post_install() {
+ show_warning
+}
+
+post_upgrade() {
+ show_warning
+}
+