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    
flash-kernel / etc / initramfs / post-update.d / flash-kernel
Size: Mime:
#!/bin/sh

set -e

# conffile still present, but flash-kernel removed
if ! which flash-kernel >/dev/null 2>&1; then
    exit 0
fi

abi="$1"
# ignored
_initrd="$2"

exec flash-kernel "$abi"