Replace pike symlink

This patch process exists /usr/share/salt-formulas/env/cinder/files/pike
symlink in order to install inder/files/pike directory.

Change-Id: I3e5f733d32550ba57b9c1762d5318f1d78ffbcda
Related-Prod: PROD-17540
diff --git a/debian/salt-formula-cinder.postrm b/debian/salt-formula-cinder.postrm
new file mode 100755
index 0000000..bf314d8
--- /dev/null
+++ b/debian/salt-formula-cinder.postrm
@@ -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