summarylogtreecommitdiffstats
path: root/zfs.install
diff options
context:
space:
mode:
authorJesus Alvarez2018-03-18 22:14:49 -0700
committerJesus Alvarez2018-03-18 22:14:49 -0700
commit1fe52c2da5e228122f159b64849bc0d6e594ae80 (patch)
tree9cdef585d87034eee2d474b10ef0218f5571ed29 /zfs.install
parenta0d4cd7e568d71280cca6b2c25e98cfc34c8e399 (diff)
downloadaur-1fe52c2da5e228122f159b64849bc0d6e594ae80.tar.gz
Semi-automated update for 4.15.10.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 5077462fd044..a25e291041ce 100644
--- a/zfs.install
+++ b/zfs.install
@@ -12,7 +12,7 @@ post_upgrade() {
check_initramfs() {
echo ">>> Updating ZFS module dependencies"
- depmod -a 4.15.9-1-hardened
+ depmod -a 4.15.10-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"'