diff options
author | drhouse <housegregory299@gmail.com> | 2012-08-07 21:23:03 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-08-07 21:23:03 -0500 |
commit | 515bdc2a88260b4fdbe7beb804fb2c93faf76bb2 (patch) | |
tree | bf11a870677be93e5465821d1ca1be358fe8e09e /audio/pulseaudio/doinst.sh | |
parent | bcf034dd33f1310c317b7eba932789cb9c295a01 (diff) | |
download | slackbuilds-515bdc2a88260b4fdbe7beb804fb2c93faf76bb2.tar.gz |
audio/pulseaudio: Updated for version 2.0 (+new maintainer)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'audio/pulseaudio/doinst.sh')
-rw-r--r-- | audio/pulseaudio/doinst.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/audio/pulseaudio/doinst.sh b/audio/pulseaudio/doinst.sh index 795ff51137..4d34b37081 100644 --- a/audio/pulseaudio/doinst.sh +++ b/audio/pulseaudio/doinst.sh @@ -10,7 +10,6 @@ config() { fi # Otherwise, we leave the .new copy for the admin to consider... } - preserve_perms() { NEW="$1" OLD="$(dirname $NEW)/$(basename $NEW .new)" @@ -21,8 +20,6 @@ preserve_perms() { fi config $NEW } - - config etc/pulse/client.conf.new config etc/pulse/default.pa.new config etc/pulse/daemon.conf.new |