Sophie

Sophie

distrib > Mageia > 6 > x86_64 > by-pkgid > ae3c2dc7ac7b5f26079ecf7007bb971f > files > 13

grub2-common-2.02.0-1.mga6.x86_64.rpm

#!/bin/sh
cat <<EOF
if [ -f  \${config_directory}/custom.cfg ]; then
  source \${config_directory}/custom.cfg
elif [ -z "\${config_directory}" -a -f  \$prefix/custom.cfg ]; then
  source \$prefix/custom.cfg;
fi
EOF