summarylogtreecommitdiffstats
path: root/augustus-game.install
diff options
context:
space:
mode:
authorThomas Lercher2021-08-07 23:37:54 +0200
committerThomas Lercher2021-08-07 23:37:54 +0200
commit449b217da7397e2e4fcb124fe86a5ea062703427 (patch)
tree6ee92973d781ee75dea38fd922980140cc50facb /augustus-game.install
parent143362f2307bcd0481ed249f4389a2f2e7d589a7 (diff)
downloadaur-449b217da7397e2e4fcb124fe86a5ea062703427.tar.gz
Update Installation Help & add it to PKGBUILD
Diffstat (limited to 'augustus-game.install')
-rw-r--r--augustus-game.install16
1 files changed, 13 insertions, 3 deletions
diff --git a/augustus-game.install b/augustus-game.install
index 685a0cf01032..8162b824d690 100644
--- a/augustus-game.install
+++ b/augustus-game.install
@@ -3,14 +3,14 @@ post_install() {
echo "
augustus also requires additional folders/files to be installed to your Caesar III installation.
-The easiest way is to symlink the 'maps' and 'mods' folder from '/opt/augustus-game'
+The easiest way is to symlink the 'maps' and 'assets' folder from '/opt/augustus-game'
into the root of your Caesar III installation.
If you are in your Caesar III installation folder
you can copy & paste the following lines to symlink them (depending on your shell):
ln -s /opt/augustus-game/res/maps .
- ln -s /opt/augustus-game/mods .
+ ln -s /opt/augustus-game/assets .
For further information and how to add high-quality MP3 music/sounds to your installation see:
@@ -18,8 +18,18 @@ For further information and how to add high-quality MP3 music/sounds to your ins
"
}
+post_upgrade() {
+ echo "
+Augustus renamed the 'mods' folder to 'assets', please check your Caesar III installation.
+
+If there is an 'mods' folder, please unlink it and link the assets folder from /opt into it:
+
+ ln -s /opt/augustus-game/assets .
+"
+}
+
post_remove() {
echo "
-Don't forget to remove/unlink the 'maps' and 'mods' folder from your Caesar III installation.
+Don't forget to remove/unlink the 'maps' and 'assets' folder from your Caesar III installation.
"
}