1 # This is a default template for a post-install scriptlet. You can
2 # remove any functions you don't need (and this header).
4 # arg 1: the new package version
7 For using GRUBinvaders please modifiy your bootloaders.
9 If /boot is on root partitions:
10 ==> GRUB add this to /boot/grub/menu.lst
12 kernel (hd?,?)/boot/grubinvaders/invaders.bin
14 ==> Lilo add this to lilo.conf
15 image = /boot/grubinvaders/invaders.bin
16 label = "GRUBinvaders"
18 If /boot is on seperate partition then just use /grubinvaders/invaders.bin
23 # arg 1: the new package version
24 # arg 2: the old package version
29 # arg 1: the old package version
32 Please remove your additions from your bootloaders.