summarylogtreecommitdiffstats
path: root/zfs.install
diff options
context:
space:
mode:
authorJesus Alvarez2016-06-27 21:10:40 -0700
committerJesus Alvarez2016-06-27 21:10:40 -0700
commit181d853f1e2e35ab914da5c7090a89b6bbca276a (patch)
tree94f465a283a32de74e4ee27f3943cff8ae0ec9f2 /zfs.install
parentd05b51121d62fddc6e100f799455bbfc4d2abad3 (diff)
downloadaur-181d853f1e2e35ab914da5c7090a89b6bbca276a.tar.gz
Semi-automated update for 0.6.5.7_4.6.3_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 44ae0e89ae8e..e65f33097869 100644
--- a/zfs.install
+++ b/zfs.install
@@ -12,7 +12,7 @@ post_upgrade() {
check_initramfs() {
echo ">>> Updating ZFS module dependencies"
- depmod -a 4.6.2-1-ARCH
+ depmod -a 4.6.3-1-ARCH
MK_CONF=$(grep -v '#' /etc/mkinitcpio.conf | grep zfs >/dev/null; echo $?);
if [[ ${MK_CONF} == '0' ]]; then
if [[ $1 == 'remove' ]]; then