summarylogtreecommitdiffstats
path: root/zfs.install
diff options
context:
space:
mode:
authorJesus Alvarez2017-03-24 11:33:06 -0700
committerJesus Alvarez2017-03-24 11:33:06 -0700
commitc7c61d20d35333d37e0ab7f9ffdf73581b4d76d1 (patch)
tree5a5617d4f3c5c96b452fb9a97533fd29e2fe19db /zfs.install
parent59625e6da7b47270dd74bbbc4aa0b685f1ab3c0e (diff)
downloadaur-c7c61d20d35333d37e0ab7f9ffdf73581b4d76d1.tar.gz
Semi-automated update for 4.10.5_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 3f1bb3f5719f..41925cff93ca 100644
--- a/zfs.install
+++ b/zfs.install
@@ -12,7 +12,7 @@ post_upgrade() {
check_initramfs() {
echo ">>> Updating ZFS module dependencies"
- depmod -a 4.10.4-1-ARCH
+ depmod -a 4.10.5-1-ARCH
MK_CONF=$(grep -v '#' /etc/mkinitcpio.conf | grep zfs >/dev/null; echo $?);
if [[ ${MK_CONF} == '0' ]]; then
if [[ $1 == 'remove' ]]; then