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