updated on Sun Jan 15 04:04:02 UTC 2012
[aur-mirror.git] / lilo-gfxmenu / lilo.install
blob7e68fbd6d0bf8cdacca773291873c4bcd80fe71c
1 . /etc/rc.conf
2 . /etc/rc.d/functions
4 post_install() {
5   echo -e "$C_CLEAR"
6   printsep
7   printhl "If you use the LILO bootloader, you should edit /etc/lilo.conf and run 'lilo' ."
8   printsep
9   echo -e "$C_CLEAR"
12 post_upgrade() {
13   echo -e "$C_CLEAR"
14   printsep
15   printhl "If you use the LILO bootloader, you should run 'lilo' after upgrading."
16   printsep
17   echo -e "$C_CLEAR"
20 op=$1
21 shift
23 $op $*