Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
systemd-boot / etc / kernel / postrm.d / zz-systemd-boot
Size: Mime:
#!/bin/sh

set -e

test -x /usr/bin/bootctl || exit 0

bootctl is-installed --quiet || exit 0

echo "Removing kernel version $1 from systemd-boot..."

kernel-install remove "$1"