Class | FPM::Package::Deb |
In: |
lib/fpm/package/deb.rb
lib/fpm/package/deb.rb |
Parent: | FPM::Package |
SCRIPT_MAP | = | { :before_install => "preinst", :after_install => "postinst", :before_remove => "prerm", :after_remove => "postrm", } unless defined?(SCRIPT_MAP) | Map of what scripts are named. | |
COMPRESSION_TYPES | = | [ "gz", "bzip2", "xz" ] | The list of supported compression types. Default is gz (gzip) | |
SCRIPT_MAP | = | { :before_install => "preinst", :after_install => "postinst", :before_remove => "prerm", :after_remove => "postrm", } unless defined?(SCRIPT_MAP) | Map of what scripts are named. | |
COMPRESSION_TYPES | = | [ "gz", "bzip2", "xz" ] | The list of supported compression types. Default is gz (gzip) |
Return the architecture. This will default to native if not yet set. It will also try to use dpkg and ‘uname -m’ to figure out what the native ‘architecture’ value should be.
Return the architecture. This will default to native if not yet set. It will also try to use dpkg and ‘uname -m’ to figure out what the native ‘architecture’ value should be.