3 echo "read installation tips on /usr/share/doc/grub4dos/README_arch.txt"
7 ## arg 1: the new package version
14 ## arg 1: the new package version
15 ## arg 2: the old package version
19 if [ -f /etc/grub4dos.conf ] ; then
21 if [ ${auto_upgrade} -eq 1 ] ; then
23 cp /grub/grldr $grldr_dir
29 ## arg 1: the old package version
32 echo "To really remove installed grub4dos:"
33 echo "1. restore original mbr"
37 # vim:set ts=2 sw=2 et: