summarylogtreecommitdiffstats
path: root/zfs.install
diff options
context:
space:
mode:
authorJesus Alvarez2018-03-23 21:08:12 -0700
committerJesus Alvarez2018-03-23 21:08:12 -0700
commitd802c98d52c97d4a4a88010ab7777364f7d9cbad (patch)
treefc295c1cff88ad59c61bf12b4326282928a13b05 /zfs.install
parent446975a0e2d2ac94eec94b2027ccec88d107cf26 (diff)
downloadaur-d802c98d52c97d4a4a88010ab7777364f7d9cbad.tar.gz
Semi-automated update for 4.14.29.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 350a92c470e7..fd87678a8e63 100644
--- a/zfs.install
+++ b/zfs.install
@@ -12,7 +12,7 @@ post_upgrade() {
check_initramfs() {
echo ">>> Updating ZFS module dependencies"
- depmod -a 4.14.28-1-lts
+ depmod -a 4.14.29-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"'