source: pkg/viola/contrib/meta-parsix-kernel/trunk/debian/parsix64-kernel.preinst @ 3591

Revision 3591, 236 bytes checked in by alanbach-guest, 5 years ago (diff)
  • Added Virtualbox and Linux-UVC support
  • Property svn:executable set to *
Line 
1#!/bin/sh
2#DEBHELPER
3KVER="2.6.24-parsix64-21"
4if [ -f /boot/vmlinuz-${KVER} ]; then
5        if [ ! -f /boot/initrd.img-${KVER} ]; then
6              mkinitramfs -o /boot/initrd.img-${KVER} ${KVER}
7        fi
8fi
9
10exec /usr/sbin/update-grub
11
12
Note: See TracBrowser for help on using the repository browser.