Move debian dir to the master
Add debian dir to combine building workflow
Change-Id: Iddec4545fb5ae24ec20abb9fda59f68a694273e6
PROD: https://mirantis.jira.com/browse/PROD-20910
diff --git a/debian/salt-formula-cinder.postinst b/debian/salt-formula-cinder.postinst
new file mode 100755
index 0000000..bf314d8
--- /dev/null
+++ b/debian/salt-formula-cinder.postinst
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+set -e
+
+dpkg-maintscript-helper symlink_to_dir \
+ /usr/share/salt-formulas/env/cinder/files/pike /usr/share/salt-formulas/env/cinder/files/ocata 2016.12.1+201801301708.7afc8cc-1xenial1 salt-formula-cinder -- "$@"
+
+#DEBHELPER#
+
+exit 0