diff options
author | Gene Carlson <kvngncrlsn@gmail.com> | 2022-06-11 17:25:13 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-06-18 09:10:02 +0700 |
commit | e8119de8e978927374d259386afa6d45bbcf30e8 (patch) | |
tree | 739f1eb549cea8b62e898f531d0ad7398385216f /audio/ncspot/doinst.sh | |
parent | c044f59551dd63763d18ebe14f09adbeab0916a3 (diff) |
audio/ncspot: Updated for version 0.10.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/ncspot/doinst.sh')
-rw-r--r-- | audio/ncspot/doinst.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/audio/ncspot/doinst.sh b/audio/ncspot/doinst.sh new file mode 100644 index 0000000000000..afea6d71dcdd4 --- /dev/null +++ b/audio/ncspot/doinst.sh @@ -0,0 +1,9 @@ +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database 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 |