Sophie

Sophie

distrib > Fedora > 17 > i386 > media > updates > by-pkgid > 7c5827ede0be8872437edc6bc1c71318 > files > 41

grub2-tools-2.0-0.39.fc17.i686.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