From 8be63b963232e548dcc6edc8581f2fda9804d27f Mon Sep 17 00:00:00 2001 From: the-sane <3657071+the-sane@users.noreply.github.com> Date: Mon, 25 Aug 2025 17:56:33 -0400 Subject: [PATCH] Remove prelaunch/postexit section (moved to wiki instead) --- lib/sc-launch.sh | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/lib/sc-launch.sh b/lib/sc-launch.sh index 032f8bf..d507ad4 100755 --- a/lib/sc-launch.sh +++ b/lib/sc-launch.sh @@ -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! #############################################