Sha256: aa166d8947a4a69f88a6872f42a782249986c0c823a272fcab739856937bf2c7

Contents?: true

Size: 238 Bytes

Versions: 25

Compression:

Stored size: 238 Bytes

Contents

#!/bin/sh
#
# Perform necessary clusterlb setup steps
# after package is installed.
#

PROGNAME=`basename $0`

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

echo "Thank you for installing clusterlb!"

exit 0

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
clusterlb-0.1.11 omnibus/package-scripts/clusterlb/postinst
clusterlb-0.1.10 omnibus/package-scripts/clusterlb/postinst
clusterlb-0.1.9 omnibus/package-scripts/clusterlb/postinst
clusterlb-0.1.8 omnibus/package-scripts/clusterlb/postinst
clusterlb-0.1.7 omnibus/package-scripts/clusterlb/postinst