mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-02 04:20:28 +00:00
Ports/jfduke3d: Add post_install() section
This adds a post_install() section printing out useful information on how to install the game files.
This commit is contained in:
parent
7fb2c79054
commit
f7d8fb6366
Notes:
sideshowbarker
2024-07-16 19:57:55 +09:00
Author: https://github.com/kennethmyhra Commit: https://github.com/SerenityOS/serenity/commit/f7d8fb6366 Pull-request: https://github.com/SerenityOS/serenity/pull/20058 Reviewed-by: https://github.com/gmta ✅
1 changed files with 11 additions and 0 deletions
|
@ -43,3 +43,14 @@ install() {
|
|||
run cp build "${SERENITY_INSTALL_ROOT}${install_dir}"
|
||||
run cp duke3d "${SERENITY_INSTALL_ROOT}${install_dir}"
|
||||
}
|
||||
|
||||
post_install() {
|
||||
echo
|
||||
echo 'Duke Nukem 3D is installed!'
|
||||
echo
|
||||
echo 'Make sure your game files are present in the installation directory:'
|
||||
echo ' Inside SerenityOS: ~/.jfduke3d'
|
||||
echo " Outside SerenityOS: ${SERENITY_INSTALL_ROOT}/Base/home/anon/.jfduke3d"
|
||||
echo
|
||||
echo 'For more information you can visit the JFDuke3D Documentation: https://www.jonof.id.au/jfduke3d/readme.html'
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue