Sophie

Sophie

distrib > Mandriva > 2011.0 > x86_64 > media > main-release > by-pkgid > d5f2d144fb5f3cb1ac1a3a190608c4a6 > scriptlet

kernel-xen-2.6.32.11-2mdv-1-1mdv2010.1.x86_64.rpm

POSTIN

/bin/sh
/sbin/installkernel 2.6.32.11-xen-2mdv
pushd /boot > /dev/null
if [ -L vmlinuz-xen ]; then
        rm -f vmlinuz-xen
fi
ln -sf vmlinuz-2.6.32.11-xen-2mdv vmlinuz-xen
if [ -L initrd-xen.img ]; then
        rm -f initrd-xen.img
fi
ln -sf initrd-2.6.32.11-xen-2mdv.img initrd-xen.img
popd > /dev/null

POSTUN

/bin/sh
/sbin/installkernel -R 2.6.32.11-xen-2mdv
pushd /boot > /dev/null
if [ -L vmlinuz-xen ]; then
        if [ "$(readlink vmlinuz-xen)" = "vmlinuz-2.6.32.11-xen-2mdv" ]; then
                rm -f vmlinuz-xen
        fi
fi
if [ -L initrd-xen.img ]; then
        if [ "$(readlink initrd-xen.img)" = "initrd-2.6.32.11-xen-2mdv.img" ]; then
                rm -f initrd-xen.img
        fi
fi
popd > /dev/null