summarylogtreecommitdiffstats
path: root/zfs.install
diff options
context:
space:
mode:
authorJesus Alvarez2017-09-02 13:20:33 -0700
committerJesus Alvarez2017-09-02 13:20:33 -0700
commitd35e570491743c46b70335db464e509c560397b4 (patch)
tree6793714a942413b592f5b13b6ba74d3bc0d50eea /zfs.install
parent475e38ee934748d59e9e1da0c947e55cc01d3d91 (diff)
downloadaur-d35e570491743c46b70335db464e509c560397b4.tar.gz
Semi-automated update for 4.12.10.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 c575b2b9d02d..d96d6da4d67d 100644
--- a/zfs.install
+++ b/zfs.install
@@ -12,7 +12,7 @@ post_upgrade() {
check_initramfs() {
echo ">>> Updating ZFS module dependencies"
- depmod -a 4.12.9-1-zen
+ depmod -a 4.12.10-1-zen
MK_CONF=$(grep -v '#' /etc/mkinitcpio.conf | grep zfs >/dev/null; echo $?);
if [[ ${MK_CONF} == '0' && $1 == 'remove' ]]; then
echo '>>> The ZFS packages have been removed, but "zfs" remains in the "hooks"'