#!/bin/sh ## Copyright (C) 2019 - 2024 ENCRYPTED SUPPORT LP ## See the file COPYING for copying conditions. if [ -z "$XDG_CONFIG_DIRS" ]; then XDG_CONFIG_DIRS=/etc/xdg fi if ! echo "$XDG_CONFIG_DIRS" | grep --quiet /usr/share/security-misc/ ; then export XDG_CONFIG_DIRS=/usr/share/security-misc/:$XDG_CONFIG_DIRS fi