summarylogtreecommitdiffstats
path: root/zfs.install
diff options
context:
space:
mode:
authorJesus Alvarez2016-11-17 00:25:13 -0800
committerJesus Alvarez2016-11-17 00:25:13 -0800
commit636864a5125798f3ff22bc73d2d1b5fd65f0287c (patch)
tree170a22309095e15bbd346ffb9e7dc1ce17647f58 /zfs.install
parenta52d49599a44305d46993512723cce456e81d8d7 (diff)
downloadaur-636864a5125798f3ff22bc73d2d1b5fd65f0287c.tar.gz
Semi-automated update for 4.8.8_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 7914073c0bb9..acaafa98b8a4 100644
--- a/zfs.install
+++ b/zfs.install
@@ -12,7 +12,7 @@ post_upgrade() {
check_initramfs() {
echo ">>> Updating ZFS module dependencies"
- depmod -a 4.8.7-1-ARCH
+ depmod -a 4.8.8-1-ARCH
MK_CONF=$(grep -v '#' /etc/mkinitcpio.conf | grep zfs >/dev/null; echo $?);
if [[ ${MK_CONF} == '0' ]]; then
if [[ $1 == 'remove' ]]; then