source:
pkg/raul/contrib/meta-parsix-kernel/trunk/debian/parsix-kernel.preinst
@
7543
| Revision 7543, 226 bytes checked in by alanbach-guest, 2 years ago (diff) | |
|---|---|
|
|
| Line | |
|---|---|
| 1 | #!/bin/sh |
| 2 | #DEBHELPER |
| 3 | KVER="2.6.37-4" |
| 4 | if [ -f /boot/vmlinuz-${KVER} ]; then |
| 5 | if [ ! -f /boot/initrd.img-${KVER} ]; then |
| 6 | mkinitramfs -o /boot/initrd.img-${KVER} ${KVER} |
| 7 | fi |
| 8 | fi |
| 9 | |
| 10 | exec /usr/sbin/update-grub |
| 11 | |
| 12 |
Note: See TracBrowser
for help on using the repository browser.


