summarylogtreecommitdiffstats
path: root/zfs.install
diff options
context:
space:
mode:
authorJesus Alvarez2017-02-21 00:55:39 -0800
committerJesus Alvarez2017-02-21 00:55:39 -0800
commit5344dfeef1322685b518ef00195fbe9cbf1eb7fd (patch)
tree0194e523f6eff36a37413ee5d1cf26615c646b2a /zfs.install
parentb526e0c5c7a30c1aa05e3dbb1df7886b876447af (diff)
downloadaur-5344dfeef1322685b518ef00195fbe9cbf1eb7fd.tar.gz
Semi-automated update for 4.9.9_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 f3bb961396e4..3e53a6f742e0 100644
--- a/zfs.install
+++ b/zfs.install
@@ -12,7 +12,7 @@ post_upgrade() {
check_initramfs() {
echo ">>> Updating ZFS module dependencies"
- depmod -a 4.9.8-1-ARCH
+ depmod -a 4.9.9-1-ARCH
MK_CONF=$(grep -v '#' /etc/mkinitcpio.conf | grep zfs >/dev/null; echo $?);
if [[ ${MK_CONF} == '0' ]]; then
if [[ $1 == 'remove' ]]; then