Remove prelaunch/postexit section (moved to wiki instead)

This commit is contained in:
the-sane
2025-08-25 17:56:33 -04:00
parent 189cc4368f
commit 8be63b9632

View File

@@ -73,17 +73,6 @@ case "$1" in
;;
esac
#############################################
# Run optional prelaunch and postexit scripts
#############################################
# To use, update the game install paths here, create the scripts with your
# desired actions in them, then place them in your prefix directory:
# sc-prelaunch.sh and sc-postexit.sh
# Replace the trap line in the section below with the example provided here
#
# "$WINEPREFIX/sc-prelaunch.sh"
# trap "update_check; \"$wine_path\"/wineserver -k; \"$WINEPREFIX\"/sc-postexit.sh" EXIT
#############################################
# It's a trap!
#############################################