From 8e9739ec63df1c29e66b562f0d9469f55ca623fc Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Mon, 30 May 2016 10:40:19 +0200 Subject: [PATCH] Not longer needed. --- packaging/hooks/postinstall.sh | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 packaging/hooks/postinstall.sh diff --git a/packaging/hooks/postinstall.sh b/packaging/hooks/postinstall.sh deleted file mode 100644 index 2f3d3f281..000000000 --- a/packaging/hooks/postinstall.sh +++ /dev/null @@ -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