mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-28 10:20:07 +00:00
6 lines
96 B
Plaintext
Executable File
6 lines
96 B
Plaintext
Executable File
post_install() {
|
|
if [ $(type -p mkinitramfs) ]; then
|
|
(cd /boot && mkinitramfs 4.17.11)
|
|
fi
|
|
}
|