All Downloads are FREE. Search and download functionalities are using the official Maven repository.

deb.postinst.ftl Maven / Gradle / Ivy

#!/bin/sh -e

ec() {
    echo "\$@" >&2
    "\$@"
}

case "\$1" in
    configure)
        <% dirs.each{ dir -> %>
            ec <%= dir['install'] %>
        <% } %>

        <% commands.each {command -> %>
        <%= command %>
        <% } %>
        ;;
esac




© 2015 - 2024 Weber Informatics LLC | Privacy Policy