From d31b17e823e8e6ec9d464eacdf0546dfdb935954 Mon Sep 17 00:00:00 2001 From: Lukas Rusak Date: Fri, 30 Oct 2015 10:55:02 -0700 Subject: [PATCH] pulseaudio: update to version 7.1 --- packages/audio/pulseaudio/package.mk | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/packages/audio/pulseaudio/package.mk b/packages/audio/pulseaudio/package.mk index 255add12c8..fc185278bb 100644 --- a/packages/audio/pulseaudio/package.mk +++ b/packages/audio/pulseaudio/package.mk @@ -19,7 +19,7 @@ ################################################################################ PKG_NAME="pulseaudio" -PKG_VERSION="7.0" +PKG_VERSION="7.1" PKG_REV="1" PKG_ARCH="any" PKG_LICENSE="GPL" @@ -109,13 +109,6 @@ post_makeinstall_target() { cp $PKG_DIR/config/system.pa $INSTALL/etc/pulse/ cp $PKG_DIR/config/pulseaudio-system.conf $INSTALL/etc/dbus-1/system.d/ - - # Remove unwanted symlinks - for file in $INSTALL/*; do - if [ -L "$file" ]; then - rm $file - fi - done } post_install() {