diff options
author | Jesus Alvarez | 2018-04-26 11:33:15 -0700 |
---|---|---|
committer | Jesus Alvarez | 2018-04-26 11:33:15 -0700 |
commit | 858e7ad231992a8e4aa95be81552d023a6b03770 (patch) | |
tree | 6cd44025672385d5e3f6125f62813e19c3aee85a /zfs.install | |
parent | 7835e5a3afec96a37ad5c50f5e2a3aa60a4b1565 (diff) | |
download | aur-858e7ad231992a8e4aa95be81552d023a6b03770.tar.gz |
Semi-automated update for 4.16.4.1-1
Diffstat (limited to 'zfs.install')
-rw-r--r-- | zfs.install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zfs.install b/zfs.install index e3fa32dacaf8..99143545f5df 100644 --- a/zfs.install +++ b/zfs.install @@ -12,7 +12,7 @@ post_upgrade() { check_initramfs() { echo ">>> Updating ZFS module dependencies" - depmod -a 4.16.3-1-ARCH + depmod -a 4.16.4-1-ARCH MK_CONF=$(grep -v '#' /etc/mkinitcpio.conf | grep zfs >/dev/null; echo $?); if [[ ${MK_CONF} == '0' && $1 == 'remove' ]]; then echo '>>> The ZFS packages have been removed, but "zfs" remains in the "hooks"' |