# autopackage support code configuration file
# script will be sourced by all of the autopackage support code tools

autopackage_config_version="1"
autopackage_prefix="%AutopackagePrefix%"
autopackage_share="$autopackage_prefix/share/autopackage"

autopackage_global_db_location="/var/packages"
autopackage_user_db_location="$HOME/.packages"

# linker cache will be updated when a package is installed to a non-standard prefix
autopackage_update_linker_cache="true"

# MANPATH variable will be updated when a package is installed to a non-standard prefix
autopackage_update_manpath="true"

# restrict to root user - "true" makes autopackage available to only root user
autopackage_deny_user="false"

# default package installation prefix
autopackage_default_prefix="%AutopackagePrefix%"
# autopackage_default_prefix="/opt"                                   # install to /opt
# autopackage_default_prefix="/apps/\$SHORTNAME"                      # install to their own directory

# prompt for password during package installation - "true" to not prompt for password
autopackage_no_autosu="false"

# support code will report anonymous statistics - "true" allows anonymous reporting to occur
autopackage_anonymous_reporting="true"

# additional options for wget when downloading packages and anonymous reporting
# use '--cache=off' for compatibility with older wget - do not use '--timestamping' as it causes
# gtkfe to not send anonymous reporting in _installerFinish
#autopackage_wget_options="--cache=off --continue --tries=NUMBER --proxy-user=USER --proxy-password=PASS"
autopackage_wget_options="--cache=off --continue --tries=2 --timeout=12"

# suppress end user license acceptance dialog = "false" prompts user to accept end user license
# suppressing dialog will be recorded as automatic acceptance of end user license agreement
autopackage_suppress_eula="false"

