autopackage_config_version="1"

# autopackage configuration file
# this is a script that will be sourced by most of the autopackage tools.
# use with care! syntax errors here can cause autopackage to break

autopackage_prefix="%AutopackagePrefix%"
autopackage_share="$autopackage_prefix/share/autopackage"
autopackage_global_db_location="/var/packages"
autopackage_user_db_location="$HOME/.packages"

# if "true" (watch the case!) then the linker cache will be updated when a package is installed to a non standard prefix
autopackage_update_linker_cache="true"
autopackage_update_manpath="true"

# restrictions on what autopackage can do (useful for when users don't have root access, ie on networks)
autopackage_deny_user="false"   # set this to "true" to prevent user (non-root) usage

# default prefix to install packages to (when the package itself does not require a specific prefix)
# Other examples include:
# autopackage_default_prefix="/opt" - all packages install to /opt by default
# autopackage_default_prefix="/apps/\$SHORT_NAME" - all packages install to their own directory, for instance /apps/foobar
autopackage_default_prefix="%AutopackagePrefix%"

# set this to "true" if you don't want autopackage to prompt for password
autopackage_no_autosu="false"
