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