summarylogtreecommitdiffstats
path: root/zfs.install
diff options
context:
space:
mode:
authorArchzfs Buildbot2018-08-26 19:02:42 +0000
committerArchzfs Buildbot2018-08-26 19:02:42 +0000
commitf4708b461731f34ee677bedee8d01bcd995a28ce (patch)
tree7525b71ee60a4bfa92a3e0115a80ad020d94c0f7 /zfs.install
parentd1db6920f3ae3ab42d2551341d899421bc2e35c6 (diff)
downloadaur-f4708b461731f34ee677bedee8d01bcd995a28ce.tar.gz
Semi-automated update for kernel 4.14.67-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 51715d7f7d23..a5a3cf8b374b 100644
--- a/zfs.install
+++ b/zfs.install
@@ -12,7 +12,7 @@ post_upgrade() {
check_initramfs() {
echo ">>> Updating ZFS module dependencies"
- depmod -a 4.14.66-1-lts
+ depmod -a 4.14.67-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"'