summarylogtreecommitdiffstats
path: root/zfs.install
diff options
context:
space:
mode:
authorJesus Alvarez2017-08-31 10:43:15 -0700
committerJesus Alvarez2017-08-31 10:43:15 -0700
commitd6eb18f474ef9d5e810d6eaa44a958ea65fa3aa3 (patch)
treee00b0439434544042d7201eef1ff57bee2c0a6c0 /zfs.install
parentba94752c5a11e7ad60e2b01885d31e36337bfb36 (diff)
downloadaur-d6eb18f474ef9d5e810d6eaa44a958ea65fa3aa3.tar.gz
Semi-automated update for 4.9.46.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 c8e5c071d0df..620505e5be7d 100644
--- a/zfs.install
+++ b/zfs.install
@@ -12,7 +12,7 @@ post_upgrade() {
check_initramfs() {
echo ">>> Updating ZFS module dependencies"
- depmod -a 4.9.45-1-lts
+ depmod -a 4.9.46-1-lts
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"'