diff options
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." +} + |