Sophie

Sophie

distrib > Fedora > 20 > x86_64 > by-pkgid > 77b4cacdbe81aa917061d814da9aec23 > scriptlet

kernel-3.17.7-200.fc20.x86_64.rpm

PREUN

/bin/sh
/bin/kernel-install remove 3.17.7-200.fc20.x86_64 /boot/vmlinuz-3.17.7-200.fc20.x86_64 || exit $?

POSTIN

/bin/sh

if [ `uname -i` == "x86_64" -o `uname -i` == "i386" ] &&
   [ -f /etc/sysconfig/kernel ]; then
  /bin/sed -r -i -e 's/^DEFAULTKERNEL=kernel-smp$/DEFAULTKERNEL=kernel/' /etc/sysconfig/kernel || exit $?
fi

POSTTRANS

/bin/sh
/bin/kernel-install add 3.17.7-200.fc20.x86_64 /boot/vmlinuz-3.17.7-200.fc20.x86_64 || exit $?