| Oleg Iurchenko | f1e8856 | 2018-02-21 09:52:10 +0200 | [diff] [blame] | 1 | #!/bin/sh | 
| 2 | |||||
| 3 | set -e | ||||
| 4 | |||||
| 5 | dpkg-maintscript-helper symlink_to_dir \ | ||||
| 6 | /usr/share/salt-formulas/env/barbican/files/pike /usr/share/salt-formulas/env/barbican/files/ocata salt-formula-barbican -- "$@" | ||||
| 7 | |||||
| 8 | #DEBHELPER# | ||||
| 9 | |||||
| 10 | exit 0 | ||||