diff options
author | Matthew Miller <mattallmill@gmail.com> | 2019-03-13 08:25:42 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-03-16 06:53:22 +0700 |
commit | 1ba1b50b1856459d915ea26ebcb273be83a76539 (patch) | |
tree | 5b79e9c36cee818d4d3094882ea739a643b1ca42 /multimedia/strawberry/doinst.sh | |
parent | 4631b03d571aa8dd5cb4a4bf291fbf5aadbf152d (diff) |
multimedia/strawberry: Added (fork of Clementine).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'multimedia/strawberry/doinst.sh')
-rw-r--r-- | multimedia/strawberry/doinst.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/multimedia/strawberry/doinst.sh b/multimedia/strawberry/doinst.sh new file mode 100644 index 0000000000000..65c7e2eeb9aa5 --- /dev/null +++ b/multimedia/strawberry/doinst.sh @@ -0,0 +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 |