summarylogtreecommitdiffstats
path: root/zfs-utils.install
diff options
context:
space:
mode:
authorJesus Alvarez2016-09-12 22:38:18 -0700
committerJesus Alvarez2016-09-12 22:38:18 -0700
commit2748de5ec10e9675bb4816fe361bc60e2464179d (patch)
tree7865f44102850a8b4d220db91915fd21f7366ed6 /zfs-utils.install
parent4d0fbfa36088c15e8dbe2e6ba237b8dc8bc9ab44 (diff)
downloadaur-2748de5ec10e9675bb4816fe361bc60e2464179d.tar.gz
Semi-automated update for 4.7.2_1-6
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
+}
+