Browse Source

Not longer needed.

Martin Edenhofer 8 years ago
parent
commit
8e9739ec63
1 changed files with 0 additions and 10 deletions
  1. 0 10
      packaging/hooks/postinstall.sh

+ 0 - 10
packaging/hooks/postinstall.sh

@@ -1,10 +0,0 @@
-#!/bin/bash
-set -e
-
-if zammad config:get DATABASE_URL ; then
-    zammad run rake db:migrate
-fi
-
-touch tmp/restart.txt
-
-exit 0