summarylogtreecommitdiffstats
path: root/zfs.install
diff options
context:
space:
mode:
authorJesus Alvarez2017-11-23 20:34:21 -0800
committerJesus Alvarez2017-11-23 20:34:21 -0800
commited64a87cf1559f4173fec91cfa5665fe76fbd42c (patch)
tree30554bee3b43e673a986fbd3db997b7eb27267a3 /zfs.install
parent086a3e3c09a3ea33296e75b9061f6d0ff5e5634b (diff)
downloadaur-ed64a87cf1559f4173fec91cfa5665fe76fbd42c.tar.gz
Semi-automated update for 4.13.15.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 c96c3301ddb1..8aa2736156a3 100644
--- a/zfs.install
+++ b/zfs.install
@@ -12,7 +12,7 @@ post_upgrade() {
check_initramfs() {
echo ">>> Updating ZFS module dependencies"
- depmod -a 4.13.14-1-hardened
+ depmod -a 4.13.15-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"'