mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-05 11:47:14 +08:00
16 lines
273 B
Plaintext
16 lines
273 B
Plaintext
|
pkgname=splashy
|
||
|
|
||
|
post_install() {
|
||
|
cat << _EOF
|
||
|
|
||
|
==> You'll probably want to see the page on the wiki
|
||
|
==> to do final configuration and install of splashy:
|
||
|
==> http://chakra-project.org/wiki/index.php/How_to_configure_Splashy
|
||
|
|
||
|
_EOF
|
||
|
}
|
||
|
|
||
|
post_upgrade() {
|
||
|
post_install $1
|
||
|
}
|