core/fbsplash-scripts/fbsplash-scripts.install

16 lines
330 B
Plaintext
Raw Normal View History

2010-06-23 17:34:46 +08:00
post_install() {
cat <<EOT
----------------------------------------------------------------------------
> Configuration: /etc/conf.d/splash
> WIKI page: http://wiki.archlinux.org/index.php/Fbsplash
----------------------------------------------------------------------------
EOT
}
post_upgrade() {
post_install
}
# EOF