repo.or.cz
/
arch-packages.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
OCaml 4.13.1 rebuild, fixes FS#72998
[arch-packages.git]
/
gummiboot
/
trunk
/
gummiboot.install
blob
20861d4c89574ae3e9431b0cf26f2cfaafb9d7eb
1
post_install() {
2
mkdir -p /boot/EFI/gummiboot
3
/usr/bin/gummiboot update
4
echo ":: Run '/usr/bin/gummiboot install' to make gummiboot your default bootloader"
5
}
6
7
post_upgrade() {
8
/usr/bin/gummiboot update
9
}
10
11
pre_remove() {
12
/usr/bin/gummiboot remove
13
}