summarylogtreecommitdiffstats
path: root/zfs.install
diff options
context:
space:
mode:
authorJesus Alvarez2016-11-11 07:28:51 -0800
committerJesus Alvarez2016-11-11 07:28:51 -0800
commita50e3821b327b3cc2f9f99e322c711265276e081 (patch)
treeb59e1c1da288a8543970e81c15c507bbeb8151f0 /zfs.install
parent657c3996fd8ceb451bce2dca51d8ce31ca077ea1 (diff)
downloadaur-a50e3821b327b3cc2f9f99e322c711265276e081.tar.gz
Semi-automated update for 4.8.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 4e5cd2c70e7d..7914073c0bb9 100644
--- a/zfs.install
+++ b/zfs.install
@@ -12,7 +12,7 @@ post_upgrade() {
check_initramfs() {
echo ">>> Updating ZFS module dependencies"
- depmod -a 4.8.6-1-ARCH
+ depmod -a 4.8.7-1-ARCH
MK_CONF=$(grep -v '#' /etc/mkinitcpio.conf | grep zfs >/dev/null; echo $?);
if [[ ${MK_CONF} == '0' ]]; then
if [[ $1 == 'remove' ]]; then