summarylogtreecommitdiffstats
path: root/zfs.install
diff options
context:
space:
mode:
authorJesus Alvarez2017-07-06 14:16:06 -0700
committerJesus Alvarez2017-07-06 14:16:06 -0700
commit08a5c149003936d27cc483a03ee0d6925ad4b450 (patch)
treed6eeb6c132b18e70e2fe162cc689c87d9ef5c712 /zfs.install
parentb0676419085d1c49aa25ce38fb2f7692ce32d991 (diff)
downloadaur-08a5c149003936d27cc483a03ee0d6925ad4b450.tar.gz
Semi-automated update for 4.11.9_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 2bdc2718a245..fe3157208e48 100644
--- a/zfs.install
+++ b/zfs.install
@@ -12,7 +12,7 @@ post_upgrade() {
check_initramfs() {
echo ">>> Updating ZFS module dependencies"
- depmod -a 4.11.7-1-ARCH
+ depmod -a 4.11.9-1-ARCH
MK_CONF=$(grep -v '#' /etc/mkinitcpio.conf | grep zfs >/dev/null; echo $?);
if [[ ${MK_CONF} == '0' ]]; then
if [[ $1 == 'remove' ]]; then