Skip to content

Commit 7612eb7

Browse files
committed
debs: Do not stage the pipewire daemon
1 parent 9d63d7a commit 7612eb7

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

snapcraft.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1467,6 +1467,12 @@ parts:
14671467
find . -type f,l -exec rm -fv $CRAFT_PART_INSTALL/usr/lib/{} \;
14681468
find . -type f,l -name "*.so.*" -exec sh -c "rm -fv $CRAFT_PART_INSTALL/usr/lib/{}*" \;
14691469
stage:
1470+
- -usr/lib/systemd/
1471+
- -usr/lib/sysusers.d/
1472+
- -usr/bin/pipewire
1473+
- -usr/bin/pipewire-pulse
1474+
- -usr/share/pipewire/pipewire-pulse.conf
1475+
- -usr/share/pipewire/pipewire-pulse.conf.avail/20-upmix.conf
14701476
# needed to avoid clashing with fontconfig
14711477
- -etc/fonts/fonts.conf
14721478

0 commit comments

Comments
 (0)