summarylogtreecommitdiffstats
path: root/zfs.install
diff options
context:
space:
mode:
authorArchzfs Buildbot2018-08-07 10:04:37 +0000
committerArchzfs Buildbot2018-08-07 10:04:37 +0000
commite042505d862427b1ea6e3592708ff48471d315d5 (patch)
treeb2fbd4fb12ee654aad884e52d92e16a4fadf9051 /zfs.install
parent532cc724077f9e8242f4d1a298459054e7dec584 (diff)
downloadaur-e042505d862427b1ea6e3592708ff48471d315d5.tar.gz
Semi-automated update for kernel 4.14.60-1 + zfs 0.7.9
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 d5589dbf927b..c12a2ed13f49 100644
--- a/zfs.install
+++ b/zfs.install
@@ -12,7 +12,7 @@ post_upgrade() {
check_initramfs() {
echo ">>> Updating ZFS module dependencies"
- depmod -a 4.14.56-1-lts
+ depmod -a 4.14.60-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"'