slackbuilds_ponce/multimedia/spotify/doinst.sh
Andrew Clemons de0eddb5bd
multimedia/spotify: Updated icon cache.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
2022-02-05 09:18:01 +13:00

9 lines
No EOL
321 B
Bash

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