summaryrefslogtreecommitdiffstats
path: root/src/debputy/plugin/debputy/paths.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/debputy/plugin/debputy/paths.py')
-rw-r--r--src/debputy/plugin/debputy/paths.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/debputy/plugin/debputy/paths.py b/src/debputy/plugin/debputy/paths.py
new file mode 100644
index 0000000..5e512d1
--- /dev/null
+++ b/src/debputy/plugin/debputy/paths.py
@@ -0,0 +1,4 @@
+GSETTINGS_SCHEMA_DIR = "/usr/share/glib-2.0/schemas"
+INITRAMFS_HOOK_DIR = "/usr/share/initramfs-tools/hooks"
+SYSTEMD_TMPFILES_DIR = "/usr/lib/tmpfiles.d"
+SYSTEMD_SYSUSERS_DIR = "/usr/lib/sysusers.d"