summarylogtreecommitdiffstats
path: root/zfs.install
diff options
context:
space:
mode:
authorJesus Alvarez2018-06-18 12:31:46 -0700
committerJesus Alvarez2018-06-18 12:31:46 -0700
commit4e3b198c8b479f8113d58189b2c6c6cb36b6998b (patch)
tree58a2fe572d7ea6dc5985d273b257ea2dda86f880 /zfs.install
parent082919257ba356a7f488b56b6e381fc6fe9829e4 (diff)
downloadaur-4e3b198c8b479f8113d58189b2c6c6cb36b6998b.tar.gz
Semi-automated update for 4.16.16.a.1-1
Diffstat (limited to 'zfs.install')
-rw-r--r--zfs.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/zfs.install b/zfs.install
index c53689251f58..7da7fc6d5a79 100644
--- a/zfs.install
+++ b/zfs.install
@@ -12,7 +12,7 @@ post_upgrade() {
check_initramfs() {
echo ">>> Updating ZFS module dependencies"
- depmod -a 4.16.15-1-hardened
+ depmod -a 4.16.16-1-hardened
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"'