summarylogtreecommitdiffstats
path: root/zfs.install
diff options
context:
space:
mode:
authorJesus Alvarez2017-07-06 14:03:23 -0700
committerJesus Alvarez2017-07-06 14:03:23 -0700
commitdeae4cc7cdf2c7516b5ad905351f9403c389c637 (patch)
tree3c8a56797010db622db49c2a6064fec5b58e8487 /zfs.install
parentbf9b8bf9d461a6ddfb7eb7d6f21ffd690c5cb2de (diff)
downloadaur-deae4cc7cdf2c7516b5ad905351f9403c389c637.tar.gz
Semi-automated update for 4.9.36_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 55e5375c49ca..df5676c6929f 100644
--- a/zfs.install
+++ b/zfs.install
@@ -12,7 +12,7 @@ post_upgrade() {
check_initramfs() {
echo ">>> Updating ZFS module dependencies"
- depmod -a 4.9.35-1-lts
+ depmod -a 4.9.36-1-lts
MK_CONF=$(grep -v '#' /etc/mkinitcpio.conf | grep zfs >/dev/null; echo $?);
if [[ ${MK_CONF} == '0' ]]; then
if [[ $1 == 'remove' ]]; then