15 lines
464 B
Text
15 lines
464 B
Text
|
case "${ACTION}" in
|
||
|
post)
|
||
|
cat <<_EOF
|
||
|
==========================================================================
|
||
|
|
||
|
To start the Minecraft launcher a java implementation is required,
|
||
|
right now you can install the Oracle propietary "jre" package available
|
||
|
in the nonfree repository; alternatively you can also use your own
|
||
|
and make sure that "java" executable is in your PATH.
|
||
|
|
||
|
==========================================================================
|
||
|
_EOF
|
||
|
;;
|
||
|
esac
|