diff --git a/.githooks/post-merge b/.githooks/post-merge
index 827f70563f8e833b6ed6e13fc0d38d6426c5b4bf..bab8a1db1f5566638f8a5e2f90ef98509c8424f8 100755
--- a/.githooks/post-merge
+++ b/.githooks/post-merge
@@ -23,3 +23,9 @@ echo Configuring Git repo >> /dev/stderr
 git config --local status.showUntrackedFiles no
 echo Adding Cron job >> /dev/stderr
 Documents/bin/cron-jobs
+if command -v vagrant > /dev/null
+do
+	echo Installing Vagrant plugins >> /dev/stderr
+	vagrant plugin install landrush || true
+	vagrant plugin install vagrant-gatling-rsync || true
+done