summarylogtreecommitdiffstats
path: root/zfs.install
diff options
context:
space:
mode:
authorJesus Alvarez2018-01-04 11:08:11 -0800
committerJesus Alvarez2018-01-04 11:08:11 -0800
commit78cfcef8c884bbb39d6deeb9bd8752fc7145e615 (patch)
treef94d941fd4c0d79ac9320157d84d0ea4479c86e6 /zfs.install
parent4c5fdf6f7690ed5970739ebf682c9b93020dba6f (diff)
downloadaur-78cfcef8c884bbb39d6deeb9bd8752fc7145e615.tar.gz
Semi-automated update for 4.14.11.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 1347b3a18ae5..dc0b62616c02 100644
--- a/zfs.install
+++ b/zfs.install
@@ -12,7 +12,7 @@ post_upgrade() {
check_initramfs() {
echo ">>> Updating ZFS module dependencies"
- depmod -a 4.14.10-1-hardened
+ depmod -a 4.14.11-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"'