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

deb.preinst.ftl Maven / Gradle / Ivy

The newest version!
#!/bin/sh -e

case "\$1" in
    install|upgrade)
        <% commands.each {command -> %>
        <%= command %>
        <% } %>
        ;;
esac




© 2015 - 2024 Weber Informatics LLC | Privacy Policy