summarylogtreecommitdiffstats
path: root/zfs.install
diff options
context:
space:
mode:
authorJesus Alvarez2016-09-16 23:28:20 -0700
committerJesus Alvarez2016-09-16 23:28:20 -0700
commit7f7c2b49e5167aa4c58beafe86e4b4c4987e2985 (patch)
treeddac7604204f924ae92516b6d6b0163c62fe82dd /zfs.install
parenta7f29c2b6b597c91ff12a746ba606fc1693f0393 (diff)
downloadaur-7f7c2b49e5167aa4c58beafe86e4b4c4987e2985.tar.gz
Semi-automated update for 4.4.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 0e8f60c3e57b..92b2d50cd787 100644
--- a/zfs.install
+++ b/zfs.install
@@ -12,7 +12,7 @@ post_upgrade() {
check_initramfs() {
echo ">>> Updating ZFS module dependencies"
- depmod -a 4.4.20-1-lts
+ depmod -a 4.4.21-1-lts
MK_CONF=$(grep -v '#' /etc/mkinitcpio.conf | grep zfs >/dev/null; echo $?);
if [[ ${MK_CONF} == '0' ]]; then
if [[ $1 == 'remove' ]]; then