summarylogtreecommitdiffstats
path: root/zfs.install
diff options
context:
space:
mode:
authorJesus Alvarez2017-10-12 12:01:43 -0700
committerJesus Alvarez2017-10-12 12:01:43 -0700
commitc4333ff99fa7627749b3e52e371564ec1d2f791a (patch)
tree2e4d23c1ae38315d777f735488ff4db57088d6de /zfs.install
parenta0922f015ff2e60b863e974d1c90f2b5175f381c (diff)
downloadaur-c4333ff99fa7627749b3e52e371564ec1d2f791a.tar.gz
Semi-automated update for 4.13.6.a.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 41fe0aceb927..162139caea1b 100644
--- a/zfs.install
+++ b/zfs.install
@@ -12,7 +12,7 @@ post_upgrade() {
check_initramfs() {
echo ">>> Updating ZFS module dependencies"
- depmod -a 4.13.5-1-hardened
+ depmod -a 4.13.6-1-hardened
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"'