summarylogtreecommitdiffstats
path: root/zfs.install
diff options
context:
space:
mode:
authorJesus Alvarez2017-10-17 13:25:48 -0700
committerJesus Alvarez2017-10-17 13:25:48 -0700
commit780e42b9c657efe8101be1fef13b171f7794eb03 (patch)
tree80147a797d2b4fb69613f0d4b6b7695252a025cb /zfs.install
parent087341d2da470883b8b4423efe25bb4d7406ad2b (diff)
downloadaur-780e42b9c657efe8101be1fef13b171f7794eb03.tar.gz
Semi-automated update for 4.13.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 fa8692b27b2d..a4e619fc2b00 100644
--- a/zfs.install
+++ b/zfs.install
@@ -12,7 +12,7 @@ post_upgrade() {
check_initramfs() {
echo ">>> Updating ZFS module dependencies"
- depmod -a 4.13.6-1-ARCH
+ depmod -a 4.13.7-1-ARCH
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"'