mirror of
https://github.com/flatpak/flatpak.git
synced 2026-05-24 00:41:00 -04:00
Remove the dbus service conf
This has been superseded by the environment generator. Closes: #2122 Approved by: matthiasclasen
This commit is contained in:
committed by
Atomic Bot
parent
adb288d19a
commit
880c613b47
@@ -162,15 +162,6 @@ flatpak.env: env.d/flatpak.env.in
|
||||
envgendir = $(systemduserenvgendir)
|
||||
envgen_DATA = env.d/60-flatpak
|
||||
|
||||
dbussnippetdir = $(systemduserunitdir)/dbus.service.d
|
||||
dbussnippet_DATA = flatpak.conf
|
||||
EXTRA_DIST += dbus.service.d/flatpak.conf.in
|
||||
DISTCLEANFILES += flatpak.conf
|
||||
|
||||
flatpak.conf: dbus.service.d/flatpak.conf.in
|
||||
$(AM_V_GEN) $(SED) -e "s|\@localstatedir\@|$(localstatedir)|" \
|
||||
-e "s|\@sysconfdir\@|$(sysconfdir)|" $< > $@
|
||||
|
||||
pkgconfigdir = $(libdir)/pkgconfig
|
||||
pkgconfig_DATA = flatpak.pc
|
||||
EXTRA_DIST += flatpak.pc.in
|
||||
|
||||
@@ -1,2 +0,0 @@
|
||||
[Service]
|
||||
Environment=XDG_DATA_DIRS=%h/.local/share/flatpak/exports/share/:@localstatedir@/lib/flatpak/exports/share/:/usr/local/share/:/usr/share/
|
||||
Reference in New Issue
Block a user