aboutsummaryrefslogtreecommitdiff
path: root/module/xdg/basedir.scm
diff options
context:
space:
mode:
Diffstat (limited to 'module/xdg/basedir.scm')
-rw-r--r--module/xdg/basedir.scm10
1 files changed, 1 insertions, 9 deletions
diff --git a/module/xdg/basedir.scm b/module/xdg/basedir.scm
index 92a5c7d9..664f58e3 100644
--- a/module/xdg/basedir.scm
+++ b/module/xdg/basedir.scm
@@ -3,7 +3,7 @@
;;; Code:
(define-module (xdg basedir)
- :export (sysconfdir runtime-dir
+ :export (runtime-dir
data-home config-home cache-home
data-dirs config-dirs))
@@ -28,14 +28,6 @@
(parse-path str)
'("/usr/local/share" "/usr/share"))))
-;;; sysconfdir
-;;; /etc
-;;; Techincly not part of the standard, but it's mentioned
-(define (sysconfdir)
- (or (getenv "sysconfdir")
- "/etc"))
-
-
;;; XDG_CONFIG_DIRS
;;; colon (:) separated, in adddition to XDG_CONFIG_HOME
;;; /etc/xdg