blob: 5ce9493156b2cd3607e2d3548ac9b76a30b45db9 [file] [log] [blame]
Roman Vyalov2672b932018-06-25 16:29:26 +03001#!/bin/sh
2
3set -e
4
5dpkg-maintscript-helper symlink_to_dir \
6 /usr/share/salt-formulas/env/heat/files/pike /usr/share/salt-formulas/env/heat/files/ocata salt-formula-heat -- "$@"
7
8#DEBHELPER#
9
10exit 0