9 lines
115 B
Text
9 lines
115 B
Text
|
case "$ACTION" in
|
||
|
post)
|
||
|
if [ "$UPDATE" = no ]; then
|
||
|
mkdir -p /boot/EFI/gummiboot
|
||
|
fi
|
||
|
gummiboot update
|
||
|
;;
|
||
|
esac
|