summarylogtreecommitdiffstats
path: root/zfs.install
diff options
context:
space:
mode:
authorJesus Alvarez2017-09-28 10:51:45 -0700
committerJesus Alvarez2017-09-28 10:51:45 -0700
commit857aa3deb5bef17a84b5df881369298f4202b56c (patch)
treeb8c740d905ae3ea69660ac29ea1cf8747e10f163 /zfs.install
parent947a869909158f41b82d14e71ea9cec6779ef2ae (diff)
downloadaur-857aa3deb5bef17a84b5df881369298f4202b56c.tar.gz
Semi-automated update for 4.13.3.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 3404d8b6c43a..7bd48d8f789a 100644
--- a/zfs.install
+++ b/zfs.install
@@ -12,7 +12,7 @@ post_upgrade() {
check_initramfs() {
echo ">>> Updating ZFS module dependencies"
- depmod -a 4.12.13-1-ARCH
+ depmod -a 4.13.3-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"'