Class FPM::Package::Sh
In: lib/fpm/package/sh.rb
lib/fpm/package/sh.rb
Parent: FPM::Package

Support for self extracting sh files (.sh files)

This class only supports output of packages.

The sh package is a single sh file with a bzipped tar payload concatenated to the end. The script can unpack the tarball to install it and call optional post install scripts.

Methods

Public Instance methods

Where we keep metadata and post install scripts and such

Where we keep metadata and post install scripts and such

Returns the path to the tar file containing the packed up staging directory

Returns the path to the tar file containing the packed up staging directory

[Validate]