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