summaryrefslogtreecommitdiff
path: root/system/innoextract/README
diff options
context:
space:
mode:
authorDugan Chen <thedoogster [at] gmail [dot] com>2016-08-10 08:32:19 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2016-08-10 08:32:19 +0700
commitf6be14aaa0177578cf9e8c3899774b24ab87c9a6 (patch)
tree45d07c3f50c13d385091c2ee1648a0536592cc75 /system/innoextract/README
parent159e7d50f3a02d76c66b7f84950f3356286645cd (diff)
downloadslackbuilds-f6be14aaa0177578cf9e8c3899774b24ab87c9a6.tar.gz
games/innoextract: Updated for version 1.6 (Moved from system).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/innoextract/README')
-rw-r--r--system/innoextract/README15
1 files changed, 0 insertions, 15 deletions
diff --git a/system/innoextract/README b/system/innoextract/README
deleted file mode 100644
index 7311965c9d..0000000000
--- a/system/innoextract/README
+++ /dev/null
@@ -1,15 +0,0 @@
-While Inno Setup is a tool to create installers for Microsoft Windows
-applications, innoextract allows you to extract such installers without using
-Wine. In particular, innoextract supports GOG.com installers and Arx Fatalis
-patches.
-
-To extract a file to the current directory, run:
-
-$ innoextract <file>
-
-A list of available options can be retrieved using:
-
-$ innoextract --help
-
-Documentation is also available as a manpage.
-