mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 23:38:28 +08:00
15 lines
292 B
Plaintext
15 lines
292 B
Plaintext
|
|
post_install() {
|
|
cat <<EOT
|
|
----------------------------------------------------------------------------
|
|
> Extra configuration is now in /etc/conf.d/fbsplash-extras !
|
|
----------------------------------------------------------------------------
|
|
EOT
|
|
}
|
|
|
|
post_upgrade() {
|
|
post_install
|
|
}
|
|
|
|
# EOF
|