diff options
Diffstat (limited to 'quake2world.install')
-rw-r--r-- | quake2world.install | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/quake2world.install b/quake2world.install new file mode 100644 index 00000000000..3e5ed3931aa --- /dev/null +++ b/quake2world.install @@ -0,0 +1,9 @@ +# just a message about the data files +post_install() { + echo ">>> If you want to play quake2world you will also need the data files." + echo ">>> Install the package quake2world-data-git." +} + +op=$1 +shift +$op $* |