summarylogtreecommitdiffstats
path: root/zfs.install
diff options
context:
space:
mode:
authorJesus Alvarez2017-06-29 10:43:47 -0700
committerJesus Alvarez2017-06-29 10:43:47 -0700
commitb0676419085d1c49aa25ce38fb2f7692ce32d991 (patch)
treea404d2d15811f66be44706b668cc25890513e1e5 /zfs.install
parent393b99d45530f7234a311c70842b039d5496bcd4 (diff)
downloadaur-b0676419085d1c49aa25ce38fb2f7692ce32d991.tar.gz
Semi-automated update for 4.11.7_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 85a2de8bb19c..2bdc2718a245 100644
--- a/zfs.install
+++ b/zfs.install
@@ -12,7 +12,7 @@ post_upgrade() {
check_initramfs() {
echo ">>> Updating ZFS module dependencies"
- depmod -a 4.11.6-3-ARCH
+ depmod -a 4.11.7-1-ARCH
MK_CONF=$(grep -v '#' /etc/mkinitcpio.conf | grep zfs >/dev/null; echo $?);
if [[ ${MK_CONF} == '0' ]]; then
if [[ $1 == 'remove' ]]; then