diff --git a/srcpkgs/spotify/INSTALL b/srcpkgs/spotify/INSTALL index 3bbc8abdb20..8788241caf5 100644 --- a/srcpkgs/spotify/INSTALL +++ b/srcpkgs/spotify/INSTALL @@ -29,7 +29,7 @@ if test "$ACTION" = "post"; then mv "${_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" - ln -s "/usr/share/spotify/spotify-client/Icons/spotify-linux-${_s}.png" "/usr/share/icons/hicolor/${_s}x${_s}/apps/spotify.png" + ln -s "/usr/share/spotify/spotify-client/Icons/spotify-linux-${_s}.png" "/usr/share/icons/hicolor/${_s}x${_s}/apps/spotify-client.png" done mkdir -p /usr/share/applications ln -s /usr/share/spotify/spotify-client/spotify.desktop /usr/share/applications/spotify.desktop diff --git a/srcpkgs/spotify/REMOVE b/srcpkgs/spotify/REMOVE index 296749a7441..941cc4667a6 100644 --- a/srcpkgs/spotify/REMOVE +++ b/srcpkgs/spotify/REMOVE @@ -5,7 +5,7 @@ if test "$ACTION" = "post"; then rm -r /usr/share/licenses/spotify rm /usr/share/applications/spotify.desktop for _s in 16 22 24 32 48 64 128 256 512; do - rm "/usr/share/icons/hicolor/${_s}x${_s}/apps/spotify.png" + rm "/usr/share/icons/hicolor/${_s}x${_s}/apps/spotify-client.png" done rm -r /usr/share/spotify fi