summarylogtreecommitdiffstats
path: root/memtest86-efi.install
blob: f40d1d681834ebb40c6ca22864b71c049854120f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
post_install() {
	echo -e "You can use command \033[4mmemtest86-efi --install\033[0m as root to install MemTest86 in your ESP."
}

post_upgrade() {
	/usr/bin/memtest86-efi --status || /usr/bin/memtest86-efi --update
	exit 0
}

pre_remove() {
	/usr/bin/memtest86-efi --status || /usr/bin/memtest86-efi --remove
	exit 0
}