repo.or.cz
/
arch-packages.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
upgpkg: sbcl 2.2.11-1
[arch-packages.git]
/
pipewire
/
repos
/
extra-x86_64
/
pipewire-pulse.install
blob
051abb3a0c752f46df0b173dfb1d48f9eb56b2fa
1
post_install() {
2
# Enable socket by default
3
systemctl --global enable pipewire-pulse.socket
4
}
5
6
post_upgrade() {
7
if (( $(vercmp $2 0.3.16-1) < 0)); then
8
systemctl --global enable pipewire-pulse.socket
9
fi
10
}
11
12
pre_remove() {
13
systemctl --global disable pipewire-pulse.socket
14
}