aboutsummarylogtreecommitdiffstats
path: root/brutal-doom.install
diff options
context:
space:
mode:
authorprofessorkaos642016-09-16 10:54:07 -0400
committerprofessorkaos642016-09-16 10:54:07 -0400
commit9f7b2ccf5c42759b05496b8f24311441616b15f7 (patch)
treee91a62da71d515166871e865155c686cd167af2a /brutal-doom.install
downloadaur-9f7b2ccf5c42759b05496b8f24311441616b15f7.tar.gz
initial release
Diffstat (limited to 'brutal-doom.install')
-rw-r--r--brutal-doom.install21
1 files changed, 21 insertions, 0 deletions
diff --git a/brutal-doom.install b/brutal-doom.install
new file mode 100644
index 000000000000..190ddc4469bb
--- /dev/null
+++ b/brutal-doom.install
@@ -0,0 +1,21 @@
+post_install() {
+ echo "Run 'gzdoom' to initialize: (Click cancel after it fails to open if required)
+
+ gzdoom
+
+Ensure all of your existing .wad files use lowercase only, no UpperCase allowed.
+Now copy your existing .wad files to ~/.gzdoom/:
+
+ $ cp *.wad ~/.gzdoom/
+
+Now copy gzdoom.ini to ~/.gzdoom/:
+
+ $ cp /usr/share/games/brutal-doom/gzdoom.ini ~/.gzdoom/gzdoom.ini
+
+Good to go!"
+
+}
+
+post_upgrade() {
+ post_install
+}