summarylogtreecommitdiffstats
path: root/zfs.install
diff options
context:
space:
mode:
authorArchzfs Buildbot2018-08-26 19:02:32 +0000
committerArchzfs Buildbot2018-08-26 19:02:32 +0000
commitfcd3684753e8ed3bf77d80be92d1726983ad226b (patch)
treecf07ed4b2236868fdda0dc9c3853f90e624f5cbf /zfs.install
parent3d42d0b4ba5b6279c315ba788ae63413cb058367 (diff)
downloadaur-fcd3684753e8ed3bf77d80be92d1726983ad226b.tar.gz
Semi-automated update for kernel 4.18.5.a-1 + latest git commit
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 7be2791f640b..89e57ad8af1b 100644
--- a/zfs.install
+++ b/zfs.install
@@ -12,7 +12,7 @@ post_upgrade() {
check_initramfs() {
echo ">>> Updating ZFS module dependencies"
- depmod -a 4.18.2.a-1-hardened
+ depmod -a 4.18.5.a-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"'