if [ -n "${__included_kopidel_variables-}" ]; then
	return 0
fi
readonly __included_kopidel_variables=1

KOPIDEL_LIBDIR="${KOPIDEL_LIBDIR:-/usr/lib/alterator-kopidel}"
KOPIDEL_LIBEXECDIR="${KOPIDEL_LIBEXECDIR:-/usr/libexec/alterator-kopidel}"
KOPIDEL_DATADIR="${KOPIDEL_DATADIR:-/usr/share/alterator-kopidel}"
GRUB_i386PC_LIBDIR="$(rpm --eval %_libdir)/grub/i386-pc"
IGNORED_FILES="/var/lib/alterator-kopidel/ignored-files.txt"
BOOT_MODE="$([ -d /sys/firmware/efi ] && echo UEFI || echo legacy)"
readonly KOPIDEL_LIBDIR
readonly KOPIDEL_DATADIR
readonly GRUB_i386PC_LIBDIR
readonly IGNORED_FILES
readonly BOOT_MODE
readonly ALWAYS_IGNORED_FILES="$KOPIDEL_DATADIR/always-ignored-files.txt"
readonly IGNORED_FILES_ERR_MSG="An unreadable custom list of ignored files is specified"
readonly WORKDIR_NAME='alterator-kopidel-workdir'
readonly EXDRIVE_WORKDIR="/root/.kopidel/$WORKDIR_NAME"
readonly UUID_REGEX='\./[0-9]\{4\}\(-[0-9]\{2\}\)\{6\}'
readonly ESP_SIZE_MB='260'

# This is necessary for the libexec translations created by alterator-sh-functions.
# It's not a read-only variable because of the assignment in the alterator-sh-functions..
po_domain='alterator-kopidel'
