summarylogtreecommitdiffstats
path: root/zfs.install
diff options
context:
space:
mode:
authorJesus Alvarez2017-04-01 11:07:37 -0700
committerJesus Alvarez2017-04-01 11:07:37 -0700
commit9c29851f9a7f33aed2b90d7aef4d87554a177733 (patch)
tree53bc2d01babdcbfd180e7b534974c16edd6adfa6 /zfs.install
parentc658047094cea701f9cde57d5a0f3ef887075f9d (diff)
downloadaur-9c29851f9a7f33aed2b90d7aef4d87554a177733.tar.gz
Semi-automated update for 4.9.20_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 61f1c7d40f04..a2050572ec36 100644
--- a/zfs.install
+++ b/zfs.install
@@ -12,7 +12,7 @@ post_upgrade() {
check_initramfs() {
echo ">>> Updating ZFS module dependencies"
- depmod -a 4.9.18-1-lts
+ depmod -a 4.9.20-1-lts
MK_CONF=$(grep -v '#' /etc/mkinitcpio.conf | grep zfs >/dev/null; echo $?);
if [[ ${MK_CONF} == '0' ]]; then
if [[ $1 == 'remove' ]]; then