diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-01-11 15:12:44 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-01-11 15:12:44 -0800 |
commit | bffb05db4cacb909bb706ff5548447863f8ee687 (patch) | |
tree | d072821c97c16ac560c81aab74bd77383a255b0c /julius-game.install | |
download | julius-game-bffb05db4cacb909bb706ff5548447863f8ee687.tar.xz |
Initial commit
Diffstat (limited to 'julius-game.install')
-rw-r--r-- | julius-game.install | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/julius-game.install b/julius-game.install new file mode 100644 index 0000000..0c6e994 --- /dev/null +++ b/julius-game.install @@ -0,0 +1,5 @@ +post_install() { + echo ">> julius-game requires a copy of the original Caesar III." + echo ">> The binary will ask for game directory on first start." +} + |