diff options
author | Jesus Alvarez | 2018-02-26 11:45:42 -0800 |
---|---|---|
committer | Jesus Alvarez | 2018-02-26 11:45:42 -0800 |
commit | e20719704be92ea66dc0f2365330c6145f1ebfd5 (patch) | |
tree | f888f1f364b58ea42733bac025d489986c18f6a6 /zfs.install | |
parent | 9cf7e279b89f772479f26fde335fc6c5787fed47 (diff) | |
download | aur-e20719704be92ea66dc0f2365330c6145f1ebfd5.tar.gz |
Semi-automated update for 4.15.5.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 33f93a79218..bef605ba2e3 100644 --- a/zfs.install +++ b/zfs.install @@ -12,7 +12,7 @@ post_upgrade() { check_initramfs() { echo ">>> Updating ZFS module dependencies" - depmod -a 4.15.3-2-ARCH + depmod -a 4.15.5-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"' |