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

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