diff --git a/.githooks/post-merge b/.githooks/post-merge
index 827f70563f8e833b6ed6e13fc0d38d6426c5b4bf..fdaba7cab50828699a0b680bfaee39a9b640e1a4 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
+then
+	echo Installing Vagrant plugins >> /dev/stderr
+	vagrant plugin install landrush || true
+	vagrant plugin install vagrant-gatling-rsync || true
+fi