summarylogtreecommitdiffstats
path: root/zfs.install
diff options
context:
space:
mode:
authorJesus Alvarez2017-12-03 10:56:01 -0800
committerJesus Alvarez2017-12-03 10:56:01 -0800
commit8872f61087c7faeed57cb630b6be4f5d52095668 (patch)
tree1a23ac02899c2b9cdf7a4e092cd7fa872a2beb1d /zfs.install
parent32a51ecfd5dd7e53dac2d30a636336ebbd6ddaf8 (diff)
downloadaur-8872f61087c7faeed57cb630b6be4f5d52095668.tar.gz
Semi-automated update for 4.9.66.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 34e6daa15246..0de1ed343aaf 100644
--- a/zfs.install
+++ b/zfs.install
@@ -12,7 +12,7 @@ post_upgrade() {
check_initramfs() {
echo ">>> Updating ZFS module dependencies"
- depmod -a 4.9.64-1-lts
+ depmod -a 4.9.66-1-lts
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"'