summarylogtreecommitdiffstats
path: root/zfs.install
diff options
context:
space:
mode:
authorJesus Alvarez2016-06-09 22:22:41 -0700
committerJesus Alvarez2016-06-09 22:22:41 -0700
commit80e3b64df69122665cd990bdb5a0142bcb9b17eb (patch)
tree4927bc5e6e1d382bd7e74c6536af52b9e563ff9e /zfs.install
parent3002cac040e76b8c0d61815e04257bb3b95381d7 (diff)
downloadaur-80e3b64df69122665cd990bdb5a0142bcb9b17eb.tar.gz
Semi-automated update for 0.6.5.7_4.6.2_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 4804a1e6aa29..44ae0e89ae8e 100644
--- a/zfs.install
+++ b/zfs.install
@@ -12,7 +12,7 @@ post_upgrade() {
check_initramfs() {
echo ">>> Updating ZFS module dependencies"
- depmod -a 4.6.1-2-ARCH
+ depmod -a 4.6.2-1-ARCH
MK_CONF=$(grep -v '#' /etc/mkinitcpio.conf | grep zfs >/dev/null; echo $?);
if [[ ${MK_CONF} == '0' ]]; then
if [[ $1 == 'remove' ]]; then