summarylogtreecommitdiffstats
path: root/memtest86-efi.install
diff options
context:
space:
mode:
authorXorg2017-01-03 07:19:40 +0100
committerXorg2017-01-03 07:22:43 +0100
commit163416d7d18464c7ae4c9da71a1314a5411621bb (patch)
treeb48eea575808e9d5cd7bb0303fa6e428582a0792 /memtest86-efi.install
parent4c7b1f6eec81b73ea13dccd84b49066fcf91ab88 (diff)
downloadaur-163416d7d18464c7ae4c9da71a1314a5411621bb.tar.gz
Add Pacman hooks
Diffstat (limited to 'memtest86-efi.install')
-rw-r--r--memtest86-efi.install9
1 files changed, 0 insertions, 9 deletions
diff --git a/memtest86-efi.install b/memtest86-efi.install
index a4406bc5350b..591fe358f21a 100644
--- a/memtest86-efi.install
+++ b/memtest86-efi.install
@@ -1,12 +1,3 @@
post_install() {
echo -e "You can use command \033[4mmemtest86-efi --install\033[0m as root to install MemTest86 in your ESP."
}
-
-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
-}
-
-pre_remove() {
- /usr/bin/memtest86-efi --status &> /dev/null && /usr/bin/memtest86-efi --remove
-}