evolution-packages/srcpkgs/booster-evolution/files/kernel-hook-postrm

11 lines
177 B
Plaintext
Raw Permalink Normal View History

2023-08-05 21:19:04 +01:00
#!/bin/sh
#
# Kernel post-remove hook for booster.
#
# Arguments passed to this script: $1 pkgname, $2 version.
#
PKGNAME="$1"
VERSION="$2"
rm -f boot/initramfs-${VERSION}.img