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