summarylogtreecommitdiffstats
path: root/openjazz.install
diff options
context:
space:
mode:
authorCarsten Teibes2014-02-08 22:02:36 +0100
committerCarsten Teibes2014-02-08 22:02:36 +0100
commit0618f1d4a5c234648265c7f9fbf0cad5be392cba (patch)
tree035e9d7ac4c3151101698730a65c8e4727420fd2 /openjazz.install
downloadaur-0618f1d4a5c234648265c7f9fbf0cad5be392cba.tar.gz
[add] openjazz 20140205
Diffstat (limited to 'openjazz.install')
-rw-r--r--openjazz.install17
1 files changed, 17 insertions, 0 deletions
diff --git a/openjazz.install b/openjazz.install
new file mode 100644
index 000000000000..b63bf6a1dd58
--- /dev/null
+++ b/openjazz.install
@@ -0,0 +1,17 @@
+
+post_install() {
+ echo "Remember OpenJazz needs original Jazz Jackrabbit™ 1 or 2 data files to play."
+ echo "You can put them in '/usr/share/openjazz' for global installation or in"
+ echo "'~/.openjazz' only for yourself. All filenames are expected to be lowercase,"
+ echo "this one-liner might come in handy (in a terminal, with bash4):"
+ echo "'cd ~/.openjazz && for f in *; do mv \"\$f\" \"\${f,,}\"; done'"
+}
+
+post_upgrade() {
+ post_install
+}
+
+pre_remove() {
+ echo "If you have installed data files in '/usr/share/openjazz', you have to"
+ echo "remove/backup them yourself."
+}