Sha256: eada92b5e2f8cae0bd43677e51e8811c4dbaf5629f151ce931269ab44d908fbf

Contents?: true

Size: 270 Bytes

Versions: 29

Compression:

Stored size: 270 Bytes

Contents

#!/bin/bash
#
# Perform necessary <%= config[:name] %> setup steps
# after package is installed.
#

PROGNAME=$(basename $0)

function error_exit
{
  echo "${PROGNAME}: ${1:-"Unknown Error"}" 1>&2
  exit 1
}

echo "Thank you for installing <%= config[:name] %>!"

exit 0

Version data entries

29 entries across 29 versions & 2 rubygems

Version Path
omnibus-sonian-1.2.0.1 lib/omnibus/templates/package_scripts/postinst.erb
omnibus-1.2.0 lib/omnibus/templates/package_scripts/postinst.erb
omnibus-1.1.1 lib/omnibus/templates/package_scripts/postinst.erb
omnibus-1.1.0 lib/omnibus/templates/package_scripts/postinst.erb
omnibus-1.0.4 lib/omnibus/templates/package_scripts/postinst.erb
omnibus-1.0.3 lib/omnibus/templates/package_scripts/postinst.erb
omnibus-1.0.2 lib/omnibus/templates/package_scripts/postinst.erb
omnibus-1.0.1 lib/omnibus/templates/package_scripts/postinst.erb
omnibus-1.0.0 lib/omnibus/templates/package_scripts/postinst.erb