fuel-plugin-xenserver/pre_build_hook
2015-08-13 14:06:30 +08:00

7 lines
205 B
Bash
Executable File

#!/bin/bash
# Add here any the actions which are required before plugin build
# like packages building, packages downloading from mirrors and so on.
# The script should return 0 if there were no errors.