summarylogtreecommitdiffstats
path: root/zfs.install
diff options
context:
space:
mode:
authorJesus Alvarez2017-08-23 22:54:26 -0700
committerJesus Alvarez2017-08-23 22:54:26 -0700
commit508e6c6ae5de92418ec1db63fbaa6f4ccbf84949 (patch)
tree5b0fc9e8a1920e020594486f8bb8a82f6da4deba /zfs.install
parenta4c9bdf0aea80133611f9d0418192d909980bde3 (diff)
downloadaur-508e6c6ae5de92418ec1db63fbaa6f4ccbf84949.tar.gz
Semi-automated update for 4.12.8.2-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 5a19de2df0f9..b3a768cc87c7 100644
--- a/zfs.install
+++ b/zfs.install
@@ -12,7 +12,7 @@ post_upgrade() {
check_initramfs() {
echo ">>> Updating ZFS module dependencies"
- depmod -a 4.12.8-1-ARCH
+ depmod -a 4.12.8-2-ARCH
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"'