summarylogtreecommitdiffstats
path: root/zfs.install
diff options
context:
space:
mode:
authorArchzfs Buildbot2018-08-18 12:32:49 +0000
committerArchzfs Buildbot2018-08-18 12:32:49 +0000
commitec4299e9498a8f84cc4ecb4f898ebf25da1613a2 (patch)
tree26789e8efd0f45238f393c3af905ebe8c4bb9da9 /zfs.install
parentf27fdacfc891c4b44534aa438d60bbc5ef89ffca (diff)
downloadaur-ec4299e9498a8f84cc4ecb4f898ebf25da1613a2.tar.gz
Semi-automated update for kernel 4.18.2.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 9d32aa7fff42..7be2791f640b 100644
--- a/zfs.install
+++ b/zfs.install
@@ -12,7 +12,7 @@ post_upgrade() {
check_initramfs() {
echo ">>> Updating ZFS module dependencies"
- depmod -a 4.17.14.a-1-hardened
+ depmod -a 4.18.2.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"'