summarylogtreecommitdiffstats
path: root/zfs.install
diff options
context:
space:
mode:
authorJesus Alvarez2018-03-06 21:43:42 -0800
committerJesus Alvarez2018-03-06 21:43:42 -0800
commit4918fe3bd75ff6acbaf1ba1e77a6f2579fa39533 (patch)
tree0d6baec8b388f68a9aff7512145869621d41325f /zfs.install
parentc7b00e50aef0175d2fd44d3a9eed79846b166ec8 (diff)
downloadaur-4918fe3bd75ff6acbaf1ba1e77a6f2579fa39533.tar.gz
Semi-automated update for 4.15.7.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 7752d7dc6d3f..07242204ff63 100644
--- a/zfs.install
+++ b/zfs.install
@@ -12,7 +12,7 @@ post_upgrade() {
check_initramfs() {
echo ">>> Updating ZFS module dependencies"
- depmod -a 4.15.6-1-ARCH
+ depmod -a 4.15.7-1-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"'