Replace pike symlink
This patch removes files/pike symlink and
copy files/ocata to files/pike directory.
Change-Id: Ice582330369f953118f51108eaeda2cb4428b8e4
Related-Prod: PROD-17540
diff --git a/debian/salt-formula-aodh.postinst b/debian/salt-formula-aodh.postinst
new file mode 100644
index 0000000..2b368b7
--- /dev/null
+++ b/debian/salt-formula-aodh.postinst
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+set -e
+
+dpkg-maintscript-helper symlink_to_dir \
+ /usr/share/salt-formulas/env/aodh/files/pike /usr/share/salt-formulas/env/aodh/files/ocata salt-formula-aodh -- "$@"
+
+#DEBHELPER#
+
+exit 0