diff options
author | B. Watson <urchlay@slackware.uk> | 2023-04-12 02:48:40 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-04-15 07:15:43 +0700 |
commit | b7d7739a99c650269cf2ba6e4f35d2ce53b9ad38 (patch) | |
tree | c45e9e2787d383ff881fcc16b46d7bfbfc3290df /multimedia/munt/doinst.sh | |
parent | 5c11112b7d6157aa15d37cab153576a4ab77dc9f (diff) |
multimedia/munt: Updated for version 2.7.0, new maintainer.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'multimedia/munt/doinst.sh')
-rw-r--r-- | multimedia/munt/doinst.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/multimedia/munt/doinst.sh b/multimedia/munt/doinst.sh new file mode 100644 index 0000000000000..3e5691a052b5b --- /dev/null +++ b/multimedia/munt/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 usr/share/icons/hicolor >/dev/null 2>&1 + fi +fi |