summarylogtreecommitdiffstats
path: root/zfs-utils.install
blob: ba23cb0f98ac96168b833c753328988265795b60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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
}