#!/bin/sh
set -e

if [ -x /usr/libexec/cix-grub-config-refresh ]; then
    /usr/libexec/cix-grub-config-refresh || true
fi
