summarylogtreecommitdiffstats
path: root/grub4dos.install
blob: bcfae941e3760a94bf9618f18008e01478b4b8ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
msg()
{
  echo "Read the installation tips on /usr/share/doc/grub4dos/README_arch.txt"
}


## arg 1:  the new package version
post_install()
{
  msg
  /bin/true
}

## arg 1:  the old package version
post_remove()
{
  echo "To remove an installed grub4dos from a device:"
  echo "1) Restore original MBR"
  echo "2) Delete /grldr or /boot/grldr"
  /bin/true
}