summarylogtreecommitdiffstats
path: root/zfs.install
diff options
context:
space:
mode:
authorJesus Alvarez2017-01-12 09:33:24 -0800
committerJesus Alvarez2017-01-12 09:33:24 -0800
commitb22157e0c1ce9cf054a4e39c0bfdd00ef77aacb7 (patch)
tree2ea8eec542bf7cc56df428b1f2b4b6c5d45577ef /zfs.install
parent7dd7384753379010e6218fdd217956d2f94264e9 (diff)
downloadaur-b22157e0c1ce9cf054a4e39c0bfdd00ef77aacb7.tar.gz
Semi-automated update for 4.4.41_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 94c9773e9d53..bf0e2de51524 100644
--- a/zfs.install
+++ b/zfs.install
@@ -12,7 +12,7 @@ post_upgrade() {
check_initramfs() {
echo ">>> Updating ZFS module dependencies"
- depmod -a 4.4.40-1-lts
+ depmod -a 4.4.41-1-lts
MK_CONF=$(grep -v '#' /etc/mkinitcpio.conf | grep zfs >/dev/null; echo $?);
if [[ ${MK_CONF} == '0' ]]; then
if [[ $1 == 'remove' ]]; then