2018-04-12 3:15 GMT+09:00 Javier Martinez Canillas <javierm@xxxxxxxxxx>: > The new-kernel-pkg script is only present when grubby is installed, but it > may not always be the case. So if the script isn't present, attempt to use > the kernel-install script as a fallback instead. > > Signed-off-by: Javier Martinez Canillas <javierm@xxxxxxxxxx> > > --- > Applied to linux-kbuild. Thanks! > scripts/package/mkspec | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/scripts/package/mkspec b/scripts/package/mkspec > index 61427c6f2209..e05646dc24dc 100755 > --- a/scripts/package/mkspec > +++ b/scripts/package/mkspec > @@ -118,6 +118,8 @@ $S$M ln -sf /usr/src/kernels/$KERNELRELEASE source > %preun > if [ -x /sbin/new-kernel-pkg ]; then > new-kernel-pkg --remove $KERNELRELEASE --rminitrd --initrdfile=/boot/initramfs-$KERNELRELEASE.img > + elif [ -x /usr/bin/kernel-install ]; then > + kernel-install remove $KERNELRELEASE > fi > > %postun > -- > 2.14.3 > > -- > To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in > the body of a message to majordomo@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html -- Best Regards Masahiro Yamada -- To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html