summarylogtreecommitdiffstats
path: root/zfs.install
diff options
context:
space:
mode:
authorJesus Alvarez2017-02-25 11:12:45 -0800
committerJesus Alvarez2017-02-25 11:12:45 -0800
commite3f6918e0707b4613a838790f348438af925c31b (patch)
tree1099364bbc952e4bd8174f5e3fcc46a633bed673 /zfs.install
parent7c53eccc54acd4b06b2ecc34a02879d91a0f3526 (diff)
downloadaur-e3f6918e0707b4613a838790f348438af925c31b.tar.gz
Semi-automated update for 4.4.51_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 1611c1bb8559..2d874ea9b7bb 100644
--- a/zfs.install
+++ b/zfs.install
@@ -12,7 +12,7 @@ post_upgrade() {
check_initramfs() {
echo ">>> Updating ZFS module dependencies"
- depmod -a 4.4.50-1-lts
+ depmod -a 4.4.51-1-lts
MK_CONF=$(grep -v '#' /etc/mkinitcpio.conf | grep zfs >/dev/null; echo $?);
if [[ ${MK_CONF} == '0' ]]; then
if [[ $1 == 'remove' ]]; then