blob: b12624f834cd613ceb2b43039c84b57c8d902ff2 [file] [log] [blame]
Oleg Iurchenko815f57e2018-02-06 17:53:46 +02001#!/bin/sh
2
3set -e
4
5dpkg-maintscript-helper symlink_to_dir \
6 /usr/share/salt-formulas/env/ironic/files/pike /usr/share/salt-formulas/env/ironic/files/ocata salt-formula-ironic -- "$@"
7
8#DEBHELPER#
9
10exit 0