diff options
Diffstat (limited to 'testing/flyspray/flyspray.post-install')
-rw-r--r-- | testing/flyspray/flyspray.post-install | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testing/flyspray/flyspray.post-install b/testing/flyspray/flyspray.post-install new file mode 100644 index 0000000000..2e5bbf725c --- /dev/null +++ b/testing/flyspray/flyspray.post-install @@ -0,0 +1,3 @@ +#!/bin/sh +echo -e "Remember to make a symlink from /usr/share/webapps/flyspray to the document root of your preferred webserver\n" +exit 0 |