aur/linux-cachyos-rt.install
Piotr Gorski 697fb42181
Add linux-cachyos-eevdf
Signed-off-by: Piotr Gorski <lucjan.lucjanov@gmail.com>
2023-07-01 16:21:38 +02:00

12 lines
260 B
Text

post_install() {
cat << EOF
You install the linux-cachyos kernel variant with RT patches.
Please make sure that you don't use the ZFS filesystem, as this kernel is not
compatible with it due to licensing issues.
EOF
}
post_upgrade() {
post_install
}