mirror of
https://github.com/outbackdingo/ports.git
synced 2026-03-21 22:44:59 +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.14.65)
|
|
fi
|
|
}
|