void-packages/srcpkgs/gummiboot/INSTALL
2014-09-15 17:41:13 +02:00

9 lines
115 B
Plaintext

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