From 93c668b11b885f282eb2ddf8d9a4a023acffd8af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20M=C3=BChlinghaus?= Date: Thu, 22 Jan 2015 10:57:28 +0100 Subject: [PATCH] spotify: Changed icon names --- srcpkgs/spotify/INSTALL | 2 +- srcpkgs/spotify/REMOVE | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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