Replace pike symlink
This patch fix upgrade if files/pike is symlink.
Depends-On: Icc8efd37af59f0392e34f08382fcee844b3798d9
Change-Id: I4fd70bbdb96d7547b8166846a1120c514370b57e
Related-Prod: PROD-17540
diff --git a/debian/salt-formula-heat.postinst b/debian/salt-formula-heat.postinst
new file mode 100644
index 0000000..5ce9493
--- /dev/null
+++ b/debian/salt-formula-heat.postinst
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+set -e
+
+dpkg-maintscript-helper symlink_to_dir \
+ /usr/share/salt-formulas/env/heat/files/pike /usr/share/salt-formulas/env/heat/files/ocata salt-formula-heat -- "$@"
+
+#DEBHELPER#
+
+exit 0