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