blob: 5ce9493156b2cd3607e2d3548ac9b76a30b45db9 [file] [log] [blame]
Oleg Iurchenkoe7f79d72018-02-21 10:41:51 +02001#!/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