core/fbsplash-scripts/fbsplash-scripts.install
2010-06-23 09:34:46 +00:00

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