#!/bin/bash

# Pre-installation actions

{% if pre_install %}
./custom_preinstall
{% endif %}
