diff --git a/software/mioga/mioga-postmakehook.py b/software/mioga/mioga-postmakehook.py
new file mode 100644
index 0000000000000000000000000000000000000000..f44d9163aa894ffed1d2f94ae810b96590e9eaed
--- /dev/null
+++ b/software/mioga/mioga-postmakehook.py
@@ -0,0 +1,11 @@
+
+# import fnmatch
+import os
+import shutil
+# import pprint
+
+def post_make_hook(options, buildout):
+  location = options['location']
+  print "Mioga - postmakehook"
+  print "We are currently in", os.getcwd()
+  shutil.move("var", location)