updated on Tue Jan 24 12:00:22 UTC 2012
[aur-mirror.git] / gatling-stress-tool-git / gatling.install
blob12001dfa5c68a7483fa6a15c24f328b05b123013
1 post_install() {
2   echo "------------------------------------------------------------------------------------"
3   echo "* Please issue the following command to setup the Gatling environment:"
4   echo "    source /etc/profile.d/gatling.sh"
5   echo "* Make sure you grant proper write rights for the /opt/gatling/results directory to"
6   echo "  the user that will run Gatling."
7   echo "------------------------------------------------------------------------------------"
8   update-desktop-database -q
11 post_upgrade() {
12   post_install $1
15 # vim:set ts=2 sw=2 et: