diff options
Diffstat (limited to 'debian/systemd-container.install')
-rwxr-xr-x | debian/systemd-container.install | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/debian/systemd-container.install b/debian/systemd-container.install index 2c0f1ed..b97c2ae 100755 --- a/debian/systemd-container.install +++ b/debian/systemd-container.install @@ -1,26 +1,26 @@ #!/usr/bin/dh-exec -<pkg.systemd.upstream> usr/bin/importctl +usr/bin/importctl <pkg.systemd.upstream> usr/bin/systemd-vmspawn <pkg.systemd.upstream> usr/lib/systemd/system/systemd-vmspawn@.service usr/bin/machinectl usr/bin/portablectl usr/lib/systemd/import-pubring.gpg -<pkg.systemd.upstream> usr/lib/systemd/network/80-namespace-ns.* +usr/lib/systemd/network/80-namespace-ns.* usr/lib/systemd/portable usr/lib/systemd/systemd-machined usr/lib/systemd/systemd-export usr/lib/systemd/systemd-import* -<pkg.systemd.upstream> usr/lib/systemd/systemd-mountfsd -<pkg.systemd.upstream> usr/lib/systemd/systemd-mountwork -<pkg.systemd.upstream> usr/lib/systemd/systemd-nsresourced -<pkg.systemd.upstream> usr/lib/systemd/systemd-nsresourcework +usr/lib/systemd/systemd-mountfsd +usr/lib/systemd/systemd-mountwork +usr/lib/systemd/systemd-nsresourced +usr/lib/systemd/systemd-nsresourcework usr/lib/systemd/systemd-portabled usr/lib/systemd/systemd-pull usr/lib/systemd/system/systemd-nspawn@.service usr/lib/systemd/system/systemd-importd.service usr/lib/systemd/system/systemd-machined.service -<pkg.systemd.upstream> usr/lib/systemd/system/systemd-mountfsd* -<pkg.systemd.upstream> usr/lib/systemd/system/systemd-nsresourced* +usr/lib/systemd/system/systemd-mountfsd* +usr/lib/systemd/system/systemd-nsresourced* usr/lib/systemd/system/systemd-portabled.service usr/lib/systemd/system/var-lib-machines.mount usr/lib/systemd/system/machines.target @@ -39,7 +39,7 @@ usr/share/dbus-1/system.d/org.freedesktop.portable1.conf usr/share/dbus-1/system-services/org.freedesktop.import1.service usr/share/dbus-1/system-services/org.freedesktop.machine1.service usr/share/dbus-1/system-services/org.freedesktop.portable1.service -<pkg.systemd.upstream> usr/share/polkit-1/actions/io.systemd.mount-file-system.policy +usr/share/polkit-1/actions/io.systemd.mount-file-system.policy usr/share/polkit-1/actions/org.freedesktop.import1.policy usr/share/polkit-1/actions/org.freedesktop.machine1.policy usr/share/polkit-1/actions/org.freedesktop.portable1.policy @@ -49,3 +49,5 @@ usr/share/zsh/vendor-completions/_machinectl usr/share/bash-completion/completions/machinectl usr/share/bash-completion/completions/portablectl usr/share/bash-completion/completions/systemd-nspawn +<pkg.systemd.upstream> usr/share/bash-completion/completions/systemd-vmspawn +usr/share/bash-completion/completions/importctl |