mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-06 02:57:13 +08:00
9 lines
200 B
Plaintext
9 lines
200 B
Plaintext
post_install() {
|
|
echo '==> To enable, add chakra-phoix to /etc/conf.d/splash'
|
|
echo '==> Remember to update your initcpio if you want fbsplash to start early.'
|
|
}
|
|
|
|
post_upgrade() {
|
|
post_install
|
|
}
|