summarylogtreecommitdiffstats
path: root/zfs.install
diff options
context:
space:
mode:
authorJesus Alvarez2017-04-23 16:12:53 -0700
committerJesus Alvarez2017-04-23 16:12:53 -0700
commit69aa7855cb929ac1725bd349df055db021c6c01a (patch)
treecbe23e0bbf3b4bece91356de6bae7b2f1dfc30d9 /zfs.install
parent2a7d92cfba338b7532506bc6407b8a8fb85d00eb (diff)
downloadaur-69aa7855cb929ac1725bd349df055db021c6c01a.tar.gz
Semi-automated update for 4.9.24_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 5a3fb396e975..3b3b1755ef90 100644
--- a/zfs.install
+++ b/zfs.install
@@ -12,7 +12,7 @@ post_upgrade() {
check_initramfs() {
echo ">>> Updating ZFS module dependencies"
- depmod -a 4.9.23-1-lts
+ depmod -a 4.9.24-1-lts
MK_CONF=$(grep -v '#' /etc/mkinitcpio.conf | grep zfs >/dev/null; echo $?);
if [[ ${MK_CONF} == '0' ]]; then
if [[ $1 == 'remove' ]]; then