Sophie

Sophie

distrib > Fedora > 20 > x86_64 > by-pkgid > 098ed38201a1edc1dfc4411fc6881d39 > scriptlet

kernel-3.17.3-200.fc20.x86_64.rpm

PREUN

/bin/sh
/bin/kernel-install remove 3.17.3-200.fc20.x86_64 /boot/vmlinuz-3.17.3-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.3-200.fc20.x86_64 /boot/vmlinuz-3.17.3-200.fc20.x86_64 || exit $?