mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-10 22:56:15 +02:00
eclass/xdg-utils: Sync with Gentoo
It's from Gentoo commit 704a44803ba8097b75392d814208d8d480dcc6ef.
This commit is contained in:
parent
1379f4c4e5
commit
4fdd30fb9a
@ -1,4 +1,4 @@
|
||||
# Copyright 2004-2022 Gentoo Authors
|
||||
# Copyright 2004-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# @ECLASS: xdg-utils.eclass
|
||||
@ -26,13 +26,13 @@ esac
|
||||
# @INTERNAL
|
||||
# @DESCRIPTION:
|
||||
# Directory where .desktop files database is stored
|
||||
: ${DESKTOP_DATABASE_DIR="/usr/share/applications"}
|
||||
: "${DESKTOP_DATABASE_DIR="/usr/share/applications"}"
|
||||
|
||||
# @ECLASS_VARIABLE: MIMEINFO_DATABASE_DIR
|
||||
# @INTERNAL
|
||||
# @DESCRIPTION:
|
||||
# Directory where .desktop files database is stored
|
||||
: ${MIMEINFO_DATABASE_DIR:="/usr/share/mime"}
|
||||
: "${MIMEINFO_DATABASE_DIR:="/usr/share/mime"}"
|
||||
|
||||
# @FUNCTION: xdg_environment_reset
|
||||
# @DESCRIPTION:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user