mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-05 05:47:14 +08:00
16 lines
330 B
Plaintext
16 lines
330 B
Plaintext
|
|
post_install() {
|
|
cat <<EOT
|
|
----------------------------------------------------------------------------
|
|
> Configuration: /etc/conf.d/splash
|
|
> WIKI page: http://wiki.archlinux.org/index.php/Fbsplash
|
|
----------------------------------------------------------------------------
|
|
EOT
|
|
}
|
|
|
|
post_upgrade() {
|
|
post_install
|
|
}
|
|
|
|
# EOF
|