From 1c6e55dfcf204e00c6f57aec371b895fae54ca3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C3=A9cureuil?= Date: Wed, 27 Jul 2016 10:14:36 +0200 Subject: Rename env to env.sh --- etc/xdg/plasma-workspace/env/env | 15 --------------- etc/xdg/plasma-workspace/env/env.sh | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 15 deletions(-) delete mode 100644 etc/xdg/plasma-workspace/env/env create mode 100644 etc/xdg/plasma-workspace/env/env.sh (limited to 'etc') diff --git a/etc/xdg/plasma-workspace/env/env b/etc/xdg/plasma-workspace/env/env deleted file mode 100644 index 93bcabe..0000000 --- a/etc/xdg/plasma-workspace/env/env +++ /dev/null @@ -1,15 +0,0 @@ -## from http://standards.freedesktop.org/menu-spec/latest/ - -# XDG_CONFIG_DIRS -if [ -z "${XDG_CONFIG_DIRS}" ] ; then - XDG_CONFIG_DIRS=/etc/xdg:/var/lib/plasma5-profiles/common/xdg - export XDG_CONFIG_DIRS -fi - - -# XDG_DATA_DIRS -if [ -z "${XDG_DATA_DIRS}" ] ; then - XDG_DATA_DIRS=/var/lib/plasma5-profiles/common/share:/usr/local/share:/usr/share - export XDG_DATA_DIRS -fi - diff --git a/etc/xdg/plasma-workspace/env/env.sh b/etc/xdg/plasma-workspace/env/env.sh new file mode 100644 index 0000000..93bcabe --- /dev/null +++ b/etc/xdg/plasma-workspace/env/env.sh @@ -0,0 +1,15 @@ +## from http://standards.freedesktop.org/menu-spec/latest/ + +# XDG_CONFIG_DIRS +if [ -z "${XDG_CONFIG_DIRS}" ] ; then + XDG_CONFIG_DIRS=/etc/xdg:/var/lib/plasma5-profiles/common/xdg + export XDG_CONFIG_DIRS +fi + + +# XDG_DATA_DIRS +if [ -z "${XDG_DATA_DIRS}" ] ; then + XDG_DATA_DIRS=/var/lib/plasma5-profiles/common/share:/usr/local/share:/usr/share + export XDG_DATA_DIRS +fi + -- cgit v1.2.1