From 4da1eec6b50dd53376dc66bfb997457cbc2fe7aa46d5d619c683239d67e0aea0 Mon Sep 17 00:00:00 2001 From: Kernel Bugs Date: Wed, 22 Sep 2021 08:06:40 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=1590 --- postun.sh | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 postun.sh diff --git a/postun.sh b/postun.sh deleted file mode 100644 index 3f477e01..00000000 --- a/postun.sh +++ /dev/null @@ -1,31 +0,0 @@ -# If a kernel package is removed before the next reboot, we assume that the -# multiversion variable in /etc/zypp/zypp.conf is not configured and we delete -# the flag again (fate#312018) -rm -f /boot/do_purge_kernels - -wm2=/usr/lib/module-init-tools/weak-modules2 -nvr=@PACKAGE@-@RPM_VERSION_RELEASE@ - -if [ -e @SYSTEMMAP@ ]; then - # the same package was reinstalled or just rebuilt, otherwise the files - # would have been deleted by now - # do not remove anything in this case (bnc#533766) - exit 0 -fi - -# Remove symlinks from @MODULESDIR@/weak-updates/. -if [ -x $wm2 ]; then - /bin/bash -${-/e/} $wm2 --remove-kernel @KERNELRELEASE@-@FLAVOR@ -fi - -# remove fstab check once perl-Bootloader can cope with it -if [ -f /etc/fstab ]; then - if [ -x /usr/lib/bootloader/bootloader_entry ]; then - /usr/lib/bootloader/bootloader_entry \ - remove \ - @FLAVOR@ \ - @KERNELRELEASE@-@FLAVOR@ \ - @IMAGE@-@KERNELRELEASE@-@FLAVOR@ \ - initrd-@KERNELRELEASE@-@FLAVOR@ - fi -fi