diff --git a/srcpkgs/spotify/INSTALL b/srcpkgs/spotify/INSTALL index e6f6d2d1ace..7450d4a6821 100644 --- a/srcpkgs/spotify/INSTALL +++ b/srcpkgs/spotify/INSTALL @@ -29,6 +29,7 @@ if test "$ACTION" = "post"; then mkdir -p /usr/share/licenses/spotify mv "${_BUILDDIR}/usr/share/doc/spotify-client/copyright" /usr/share/licenses/spotify/ + [ -d "/usr/share/spotify/spotify-client" ] && rm -rf /usr/share/spotify/spotify-client mv -f "${_BUILDDIR}/opt/spotify/spotify-client" /usr/share/spotify/spotify-client for _s in 16 22 24 32 48 64 128 256 512; do mkdir -p "/usr/share/icons/hicolor/${_s}x${_s}/apps" diff --git a/srcpkgs/spotify/template b/srcpkgs/spotify/template index 331763dc142..76368004ce3 100644 --- a/srcpkgs/spotify/template +++ b/srcpkgs/spotify/template @@ -1,7 +1,7 @@ # Template build file for 'spotify'. pkgname=spotify version=0.9 -revision=9 +revision=10 short_desc="Proprietary music streaming client" maintainer="Stefan Mühlinghaus " homepage="https://www.spotify.com"