diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 15:35:19 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 15:35:19 +0000 |
commit | b7e8d5af06ee840cc48217ca4629cf28aeeb3c50 (patch) | |
tree | 6aa8dc840b085de50db46e2ad0725eae248fef02 /debian/systemd.install | |
parent | Adding upstream version 252.22. (diff) | |
download | systemd-b7e8d5af06ee840cc48217ca4629cf28aeeb3c50.tar.xz systemd-b7e8d5af06ee840cc48217ca4629cf28aeeb3c50.zip |
Adding debian version 252.22-1~deb12u1.debian/252.22-1_deb12u1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/systemd.install')
-rwxr-xr-x | debian/systemd.install | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/debian/systemd.install b/debian/systemd.install new file mode 100755 index 0000000..75cbd75 --- /dev/null +++ b/debian/systemd.install @@ -0,0 +1,37 @@ +#!/usr/bin/dh-exec +etc/ +bin/ +lib/modprobe.d/ +lib/systemd/ +lib/udev/rules.d/70-uaccess.rules +lib/udev/rules.d/73-seat-late.rules +lib/udev/rules.d/71-seat.rules +lib/udev/rules.d/99-systemd.rules +usr/bin/ +usr/lib/binfmt.d/ +usr/lib/environment.d/ +usr/lib/modules-load.d/ +usr/lib/sysctl.d/ +usr/lib/sysusers.d/basic.conf +usr/lib/sysusers.d/systemd-journal.conf +usr/lib/sysusers.d/systemd-network.conf +usr/lib/systemd/ +usr/lib/tmpfiles.d/ +usr/lib/kernel +<!stage1> usr/lib/*/cryptsetup/ +usr/share/bash-completion/ +usr/share/zsh/vendor-completions/ +usr/share/dbus-1/ +usr/share/doc/ +usr/share/pkgconfig/systemd.pc +usr/share/polkit-1/ +usr/share/systemd/kbd-model-map +usr/share/systemd/language-fallback-map +usr/share/locale/ +var/lib +../extra/init-functions.d lib/lsb/ +../extra/tmpfiles.d/*.conf usr/lib/tmpfiles.d/ +../extra/systemd-sysv-install lib/systemd/ +../extra/units/* lib/systemd/system/ +../extra/kernel-install.d/* usr/lib/kernel/install.d +../extra/pam.d/* usr/lib/pam.d/ |