commit | 2672b9397c1f04e3eed210bf3e7aac49eab5075c | [log] [tgz] |
---|---|---|
author | Roman Vyalov <rvyalov@mirantis.com> | Mon Jun 25 16:29:26 2018 +0300 |
committer | Roman Vyalov <rvyalov@mirantis.com> | Mon Jun 25 16:29:26 2018 +0300 |
tree | 5868602a45145f3d0a23f5acff3bdf7ab7840af5 | |
parent | fcb536c07eac7bef3c6918b22de71fc02ca03008 [diff] [blame] |
Move debian dir to the master Add debian dir to combine building workflow Change-Id: I7b5d9ab41579f475f90bd5004622f8e8010bca77 PROD: https://mirantis.jira.com/browse/PROD-20910
diff --git a/debian/salt-formula-heat.preinst b/debian/salt-formula-heat.preinst new file mode 100644 index 0000000..5ce9493 --- /dev/null +++ b/debian/salt-formula-heat.preinst
@@ -0,0 +1,10 @@ +#!/bin/sh + +set -e + +dpkg-maintscript-helper symlink_to_dir \ + /usr/share/salt-formulas/env/heat/files/pike /usr/share/salt-formulas/env/heat/files/ocata salt-formula-heat -- "$@" + +#DEBHELPER# + +exit 0