summaryrefslogtreecommitdiff
path: root/libre/gummiboot/gummiboot.install
blob: 20861d4c89574ae3e9431b0cf26f2cfaafb9d7eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
post_install() {
	mkdir -p /boot/EFI/gummiboot
	/usr/bin/gummiboot update
	echo ":: Run '/usr/bin/gummiboot install' to make gummiboot your default bootloader"
}

post_upgrade() {
	/usr/bin/gummiboot update
}

pre_remove() {
	/usr/bin/gummiboot remove
}