summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--memtest86-efi.install1
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3c530d329433..d50dba0dab58 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat Apr 9 10:32:20 UTC 2016
+# Sat Apr 9 10:44:51 UTC 2016
pkgbase = memtest86-efi
pkgdesc = A free, thorough, stand alone memory test as an EFI application
pkgver = 6.3.0
diff --git a/memtest86-efi.install b/memtest86-efi.install
index 1ab672e9e084..a4406bc5350b 100644
--- a/memtest86-efi.install
+++ b/memtest86-efi.install
@@ -3,6 +3,7 @@ post_install() {
}
post_upgrade() {
+ [[ -f /etc/memtest86-efi.conf.pacsave ]] && mv /etc/memtest86-efi.conf.pacsave /etc/memtest86-efi/memtest86-efi.conf
/usr/bin/memtest86-efi --status &> /dev/null && /usr/bin/memtest86-efi --update
}