summarylogtreecommitdiffstats
path: root/zfs.install
diff options
context:
space:
mode:
authorJesus Alvarez2017-04-09 20:37:09 -0700
committerJesus Alvarez2017-04-09 20:37:09 -0700
commit6ec47e825693b4c9fbe14d65b4256338386dd2d1 (patch)
tree59f52a4fe4ecfa63e7bbaa8c48de5464e25d2f59 /zfs.install
parent9c29851f9a7f33aed2b90d7aef4d87554a177733 (diff)
downloadaur-6ec47e825693b4c9fbe14d65b4256338386dd2d1.tar.gz
Semi-automated update for 4.9.21_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 a2050572ec36..44178b204b46 100644
--- a/zfs.install
+++ b/zfs.install
@@ -12,7 +12,7 @@ post_upgrade() {
check_initramfs() {
echo ">>> Updating ZFS module dependencies"
- depmod -a 4.9.20-1-lts
+ depmod -a 4.9.21-1-lts
MK_CONF=$(grep -v '#' /etc/mkinitcpio.conf | grep zfs >/dev/null; echo $?);
if [[ ${MK_CONF} == '0' ]]; then
if [[ $1 == 'remove' ]]; then