From 6a221d8765d82de5c978d0f44f34dc7d4dc5c55a Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Tue, 14 Sep 2004 14:19:58 +0000 Subject: [PATCH] Last minute stuff; delete some PC-specific stuff after installing the expansion packs...this was to avoid having to do another full release candidate. --- mojopatch.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/mojopatch.c b/mojopatch.c index 561b1e8..5754544 100644 --- a/mojopatch.c +++ b/mojopatch.c @@ -2127,6 +2127,18 @@ static int do_patching(void) ui_total_progress(100); if (!info_only()) { + /* + * last minute stuff: don't put some PC docs in there and + * touch the whole thing so file dates are updated. + */ + unlink("./docs/readme.txt"); + unlink("./docs/NWNHordes_Manual.pdf"); + unlink("./docs/NWN Hordes Install Guide.rtf"); + unlink("./docs/HotUreadme.txt"); + unlink("./docs/SoUreadme.txt"); + unlink("./docs/NWN_SoU_OnlineManual.pdf"); + system("touch -m -t 200407170745.00 'Neverwinter Nights.app'"); + if (!quietonsuccess) ui_success("Installation successful!");