mirror of
https://github.com/archlinux/aur.git
synced 2026-02-28 16:18:26 +01:00
21 lines
747 B
Text
21 lines
747 B
Text
post_install()
|
|
{
|
|
echo ""
|
|
echo "***************************************************************"
|
|
echo " GnGeo has been installed. You will need to supply a rom and"
|
|
echo " bios path at the command-line to play games or you should"
|
|
echo " create a configuration file and save it as: ~/.gngeo/gngeorc"
|
|
echo " Take a look in /usr/share/gngeo/ for a sample_gngeorc file."
|
|
echo "***************************************************************"
|
|
echo ""
|
|
}
|
|
|
|
post_upgrade()
|
|
{
|
|
echo ""
|
|
echo "***************************************************************"
|
|
echo " The structure of the configuration file, gngeorc, was"
|
|
echo " changed in Gngeo v0.8."
|
|
echo "***************************************************************"
|
|
echo ""
|
|
}
|