The pipewire-media-session postrm is:
#!/bin/sh
set -e
# Automatically added by dh_installsystemduser/13.7.1ubuntu1
if [ "$1" = "remove" ]; then
if [ -z "${DPKG_ROOT:-}" ] && [ -x "/usr/bin/deb-systemd-helper" ] ;
then
deb-systemd-helper --user mask 'pipewire-media-session.service'
>/dev/null || true
fi
fi
if [ "$1" = "purge" ]; then
if [ -z "${DPKG_ROOT:-}" ] && [ -x "/usr/bin/deb-systemd-helper" ] ;
then
deb-systemd-helper --user purge
'pipewire-media-session.service' >/dev/null || true
deb-systemd-helper --user unmask
'pipewire-media-session.service' >/dev/null || true
fi
fi
# End automatically added section
--
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1977564
Title:
wireplumber conflicts with pipewire-media-session & needs fixing
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pipewire-media-session/+bug/1977564/+subscriptions
--
kubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs