summarylogtreecommitdiffstats
path: root/zfs.install
diff options
context:
space:
mode:
authorJesus Alvarez2016-11-11 07:47:45 -0800
committerJesus Alvarez2016-11-11 07:47:45 -0800
commitf683453b7e939749ca04a64ae2e1b82c564dfa2d (patch)
tree950e944229733fcbd83ce2506d1b77741b8f552d /zfs.install
parentdef2d1d5a54a1be55d45ee625f45ef07901ce472 (diff)
downloadaur-f683453b7e939749ca04a64ae2e1b82c564dfa2d.tar.gz
Semi-automated update for 4.4.31_1-2
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 326231241039..75690f603d2e 100644
--- a/zfs.install
+++ b/zfs.install
@@ -12,7 +12,7 @@ post_upgrade() {
check_initramfs() {
echo ">>> Updating ZFS module dependencies"
- depmod -a 4.4.30-1-lts
+ depmod -a 4.4.31-1-lts
MK_CONF=$(grep -v '#' /etc/mkinitcpio.conf | grep zfs >/dev/null; echo $?);
if [[ ${MK_CONF} == '0' ]]; then
if [[ $1 == 'remove' ]]; then