summaryrefslogtreecommitdiffstats
path: root/self-extractors/PART3
diff options
context:
space:
mode:
Diffstat (limited to 'self-extractors/PART3')
-rw-r--r--self-extractors/PART312
1 files changed, 0 insertions, 12 deletions
diff --git a/self-extractors/PART3 b/self-extractors/PART3
deleted file mode 100644
index 6847be5..0000000
--- a/self-extractors/PART3
+++ /dev/null
@@ -1,12 +0,0 @@
-
-if test $? != 0
-then
- echo
- echo ERROR: Couldn\'t extract files. 1>&2
- exit 3
-else
- echo
- echo Files extracted successfully.
-fi
-exit 0
-