summarylogtreecommitdiffstats
path: root/zfs.install
diff options
context:
space:
mode:
authorJesus Alvarez2016-12-10 11:17:56 -0800
committerJesus Alvarez2016-12-10 11:17:56 -0800
commit70747743e0728e8484867c727b4b81562b87c96b (patch)
tree263bad27856f061ae7f46b09b50993f4a04457c7 /zfs.install
parent51209f817660195b195805b3b556a6add3cd24b6 (diff)
downloadaur-70747743e0728e8484867c727b4b81562b87c96b.tar.gz
Semi-automated update for 4.8.12_3-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 61d211374392..0d6cba6ba5f0 100644
--- a/zfs.install
+++ b/zfs.install
@@ -12,7 +12,7 @@ post_upgrade() {
check_initramfs() {
echo ">>> Updating ZFS module dependencies"
- depmod -a 4.8.12-2-ARCH
+ depmod -a 4.8.12-3-ARCH
MK_CONF=$(grep -v '#' /etc/mkinitcpio.conf | grep zfs >/dev/null; echo $?);
if [[ ${MK_CONF} == '0' ]]; then
if [[ $1 == 'remove' ]]; then