summarylogtreecommitdiffstats
path: root/zfs.install
diff options
context:
space:
mode:
authorJesus Alvarez2017-11-13 15:02:00 -0800
committerJesus Alvarez2017-11-13 15:02:00 -0800
commit9fba98e7c49d222a3dd589e19b55167f781a26cb (patch)
tree2949d4d3f231b67f7d000c7f80cb4a0ae26714c2 /zfs.install
parent5ae17ec5b8678af644596e9636f17880178d7b66 (diff)
downloadaur-9fba98e7c49d222a3dd589e19b55167f781a26cb.tar.gz
Semi-automated update for 4.13.12.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 ed49b44de0db..3b643b0debdb 100644
--- a/zfs.install
+++ b/zfs.install
@@ -12,7 +12,7 @@ post_upgrade() {
check_initramfs() {
echo ">>> Updating ZFS module dependencies"
- depmod -a 4.13.11-1-ARCH
+ depmod -a 4.13.12-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"'