updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / grub4dos / grub4dos.install
blob1129b475abd3c0979ee1f838fb229bcef70a1d7d
1 msg()
3   echo "read installation tips on /usr/share/doc/grub4dos/README_arch.txt"
7 ## arg 1:  the new package version
8 post_install()
10   msg
14 ## arg 1:  the new package version
15 ## arg 2:  the old package version
16 post_upgrade()
18   msg
19   if [ -f /etc/grub4dos.conf ] ; then
20     . /etc/grub4dos.conf
21     if [ ${auto_upgrade} -eq 1 ] ; then
22       ${mbr_cmd}
23       cp /grub/grldr $grldr_dir
24     fi
25   fi
29 ## arg 1:  the old package version
30 post_remove()
32   echo "To really remove installed grub4dos:"
33   echo "1. restore original mbr"
34   echo "2. rm /grldr"
37 # vim:set ts=2 sw=2 et: