summarylogtreecommitdiffstats
path: root/zfs.install
diff options
context:
space:
mode:
authorJesus Alvarez2017-09-15 10:56:18 -0700
committerJesus Alvarez2017-09-15 10:56:18 -0700
commit15c46389c6e922cf0e35848c49eda4beb2bd4c2a (patch)
tree662087c1edb1c34246a6fb763f11fdda521654ca /zfs.install
parentca97cb66f357b34312d338bbe80d13d7e7086d9b (diff)
downloadaur-15c46389c6e922cf0e35848c49eda4beb2bd4c2a.tar.gz
Semi-automated update for 4.12.13.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 4a63e2c1707c..3404d8b6c43a 100644
--- a/zfs.install
+++ b/zfs.install
@@ -12,7 +12,7 @@ post_upgrade() {
check_initramfs() {
echo ">>> Updating ZFS module dependencies"
- depmod -a 4.12.12-1-ARCH
+ depmod -a 4.12.13-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"'