summarylogtreecommitdiffstats
path: root/zfs.install
diff options
context:
space:
mode:
authorJesus Alvarez2016-12-12 11:21:21 -0800
committerJesus Alvarez2016-12-12 11:21:21 -0800
commitc89314f192c11e89838018919556cdba7d610770 (patch)
tree66c0ecc0de67fe2b77c026e9a699d216d914a488 /zfs.install
parentefd0e7abd9ce3a1396dedd34196067e9144840fd (diff)
downloadaur-c89314f192c11e89838018919556cdba7d610770.tar.gz
Semi-automated update for 4.4.38_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 e1aa1f68317c..08b8bca77993 100644
--- a/zfs.install
+++ b/zfs.install
@@ -12,7 +12,7 @@ post_upgrade() {
check_initramfs() {
echo ">>> Updating ZFS module dependencies"
- depmod -a 4.4.36-1-lts
+ depmod -a 4.4.38-1-lts
MK_CONF=$(grep -v '#' /etc/mkinitcpio.conf | grep zfs >/dev/null; echo $?);
if [[ ${MK_CONF} == '0' ]]; then
if [[ $1 == 'remove' ]]; then