updated on Tue Jan 10 04:01:21 UTC 2012
[aur-mirror.git] / x86test / x86test.install
blob544ce69c2e795065e448017e73175ba0257ce88b
1 # $Id: x86test.install,v 1.7 2008/01/30 14:39:33 travis Exp $
2 # arg 1:  the new package version
3 post_install() {
4 echo "> You might add on entry to you lilo.conf such as,"
5 echo
6 echo ">>> image=/boot/x86test/x86test_zImage"
7 echo ">>>         label=x86test"
8 echo
9 echo "> or to GRUB's menu.lst like,"
10 echo
11 echo ">>> title x86test"
12 echo ">>> root (hd0,0)"
13 echo ">>> kernel /boot/x86test/x86test_zImage"
14 echo
15 echo "> substitute the appropoite device for (hd0,0)."
17     # Run ldconfig after installation
18     #  the makefile wants to do this after make install
21 # arg 1:  the new package version
22 # arg 2:  the old package version
23 post_upgrade() {
24     post_install $1 
27 post_remove() {
28     echo "> You might remove on entry to you lilo.conf such as,"
29         echo
30         echo ">>> image=/boot/x86test/x86test_zImage"
31         echo ">>>         label=x86test"
32         echo
33         echo "> or to GRUB's menu.lst like,"
34         echo
35         echo ">>> title x86test"
36         echo ">>> root (hd0,0)"
37         echo ">>> kernel /boot/x86test/x86test_zImage"
38         echo
39         echo "> substitute the appropoite device for (hd0,0)."
42 op=$1
43 shift
44 $op $*