summaryrefslogtreecommitdiff
path: root/extra/pulseaudio/pulseaudio.install
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-10-29 01:05:02 -0700
committerroot <root@rshg054.dnsready.net>2013-10-29 01:05:02 -0700
commit38b1ce25596ae456fefb3214a73c3d1005da568f (patch)
tree5cb69842c94bdd2b34b01be22f97b5949237550f /extra/pulseaudio/pulseaudio.install
parent1a32448c2c53b0e66ce0fe14c5dd2057afd432bc (diff)
Tue Oct 29 01:04:23 PDT 2013
Diffstat (limited to 'extra/pulseaudio/pulseaudio.install')
-rwxr-xr-xextra/pulseaudio/pulseaudio.install12
1 files changed, 3 insertions, 9 deletions
diff --git a/extra/pulseaudio/pulseaudio.install b/extra/pulseaudio/pulseaudio.install
index 9de8b0e8f..bed542ca8 100755
--- a/extra/pulseaudio/pulseaudio.install
+++ b/extra/pulseaudio/pulseaudio.install
@@ -1,9 +1,4 @@
-_common() {
- setcap cap_net_raw=ep usr/lib/pulse/proximity-helper 2>/dev/null || chmod +s usr/lib/pulse/proximity-helper
-}
-
post_install() {
- _common
cat << MES
>>> See the wiki at http://wiki.archlinux.org/index.php/PulseAudio for details
on configuring your system for PulseAudio.
@@ -13,12 +8,11 @@ MES
}
post_upgrade() {
- _common
cat << MES
>>> If you have per-user copies of configuration files (such as client.conf,
- daemon.conf or default.pa) in ~/.pulse/, make sure you keep them in sync
- with changes to the packaged files in /etc/pulse/. Otherwise, PulseAudio
- may refuse to start due to configuration errors.
+ daemon.conf or default.pa) in ~/.config/pulse or ~/.pulse/, make sure you
+ keep them in sync with changes to the packaged files in /etc/pulse/.
+ Otherwise, PulseAudio may refuse to start due to configuration errors.
MES
if (( $(vercmp $2 3.0-3) < 0 )); then
cat << MES