summarylogtreecommitdiffstats
path: root/zfs.install
diff options
context:
space:
mode:
authorJesus Alvarez2017-02-03 21:12:03 -0800
committerJesus Alvarez2017-02-03 21:12:03 -0800
commit3ef7a3c594e395eb6de6b52b2c6ae42c115c7b81 (patch)
treec7097c56694632bc1fa7771adfac0abe2bc034d6 /zfs.install
parent09d76f4ce9766ccb740ab199766269faccb7c96c (diff)
downloadaur-3ef7a3c594e395eb6de6b52b2c6ae42c115c7b81.tar.gz
Semi-automated update for 4.9.6_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 bacbd74a91fb..4598e4cb5a32 100644
--- a/zfs.install
+++ b/zfs.install
@@ -12,7 +12,7 @@ post_upgrade() {
check_initramfs() {
echo ">>> Updating ZFS module dependencies"
- depmod -a 4.8.13-1-ARCH
+ depmod -a 4.9.6-1-ARCH
MK_CONF=$(grep -v '#' /etc/mkinitcpio.conf | grep zfs >/dev/null; echo $?);
if [[ ${MK_CONF} == '0' ]]; then
if [[ $1 == 'remove' ]]; then