Browse Source

multimedia/spotify: Updated icon cache.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
pull/168/head
Andrew Clemons 4 years ago
parent
commit
de0eddb5bd
No known key found for this signature in database GPG Key ID: CD26380FFACBDA2B
  1. 6
      multimedia/spotify/doinst.sh

6
multimedia/spotify/doinst.sh

@ -1,3 +1,9 @@
if [ -x /usr/bin/update-desktop-database ]; then
/usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
fi
if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then
if [ -x /usr/bin/gtk-update-icon-cache ]; then
/usr/bin/gtk-update-icon-cache -f usr/share/icons/hicolor >/dev/null 2>&1
fi
fi
Loading…
Cancel
Save