diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2010-05-13 00:59:45 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-13 00:59:45 +0200 |
commit | 9d62210597e3f6eee8d9496d9ce11a3fe987d3e2 (patch) | |
tree | 87ae47da7cc9cd99bd423b4a42f43376b02e0d97 /multimedia/miro/doinst.sh | |
parent | 76e4d11187b4302c0a721cd292ccba78d5bdebe8 (diff) | |
download | slackbuilds-9d62210597e3f6eee8d9496d9ce11a3fe987d3e2.tar.gz slackbuilds-9d62210597e3f6eee8d9496d9ce11a3fe987d3e2.tar.xz |
multimedia/miro: Added to 13.0 repository
Diffstat (limited to 'multimedia/miro/doinst.sh')
-rw-r--r-- | multimedia/miro/doinst.sh | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/multimedia/miro/doinst.sh b/multimedia/miro/doinst.sh new file mode 100644 index 00000000000..9830478e8cc --- /dev/null +++ b/multimedia/miro/doinst.sh @@ -0,0 +1,14 @@ +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 +fi + +if [ -x /usr/bin/update-mime-database ]; then + /usr/bin/update-mime-database usr/share/mime >/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 + |