Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Revert "kbuild/mkspec: support 'update-bootloader'-based systems"

This reverts commit 27c3bffd230abd0a598586aed0fe0ba7b61e0e2e.

If this is still needed, we can bring it back.

However, I'd like to understand why 'update-bootloader --remove' is
needed for uninstallation, while 'update-bootloader --add' was not
called during the installation.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>

-5
-5
scripts/package/kernel.spec
··· 107 107 kernel-install remove %{KERNELRELEASE} 108 108 fi 109 109 110 - %postun 111 - if [ -x /sbin/update-bootloader ]; then 112 - /sbin/update-bootloader --remove %{KERNELRELEASE} 113 - fi 114 - 115 110 %files -f %{buildroot}/kernel.list 116 111 %defattr (-, root, root) 117 112 %exclude /kernel.list