summarylogtreecommitdiffstats
path: root/openfodder.install
diff options
context:
space:
mode:
authorWorMzy Tykashi2020-01-03 13:03:30 +0000
committerWorMzy Tykashi2020-01-03 13:03:30 +0000
commit2b85eae354fc9908135d90dbf4b73793f7203561 (patch)
tree158a4b7cf3959d23ccce056c6b150b7aea1dbae7 /openfodder.install
downloadaur-2b85eae354fc9908135d90dbf4b73793f7203561.tar.gz
Initial commit
Diffstat (limited to 'openfodder.install')
-rw-r--r--openfodder.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/openfodder.install b/openfodder.install
new file mode 100644
index 000000000000..7ba5ab7dc821
--- /dev/null
+++ b/openfodder.install
@@ -0,0 +1,9 @@
+post_install() {
+ /usr/bin/printf "-------------------------------------------------------\n"
+ /usr/bin/printf " Before trying to run the game, please copy\n"
+ /usr/bin/printf " /var/lib/OpenFodder to \$HOME/.local/share/OpenFodder\n"
+ /usr/bin/printf " e.g. '\$ cp -r /var/lib/OpenFodder .local/share/'\n"
+ /usr/bin/printf " Then copy your full game files into the corresponding\n"
+ /usr/bin/printf " directories under this new location.\n"
+ /usr/bin/printf "-------------------------------------------------------\n"
+}