summarylogtreecommitdiffstats
path: root/zfs.install
diff options
context:
space:
mode:
authorJesus Alvarez2018-01-18 16:27:28 -0800
committerJesus Alvarez2018-01-18 16:27:28 -0800
commitfd1c60a3e9aef0396936f1f71ed799b32011a329 (patch)
tree5990ff29912c541b54f677821e33b29db1cea494 /zfs.install
parent9fcbed8d24d435cecfc911101af093c8ade3a812 (diff)
downloadaur-fd1c60a3e9aef0396936f1f71ed799b32011a329.tar.gz
Semi-automated update for 4.14.14.a.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 bd8bbbc91cf5..c0031253fc95 100644
--- a/zfs.install
+++ b/zfs.install
@@ -12,7 +12,7 @@ post_upgrade() {
check_initramfs() {
echo ">>> Updating ZFS module dependencies"
- depmod -a 4.14.13-1-hardened
+ depmod -a 4.14.14-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"'