diff options
author | JK Wood <joshuakwood@gmail.com> | 2010-05-12 23:28:18 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-12 23:28:18 +0200 |
commit | fcd590ab5df5bcda0094ad37dbddb5aad68aac25 (patch) | |
tree | cf26bea4b8b80c4630273ddbcf9aa4b682214354 /desktop/google-gadgets-for-linux/doinst.sh | |
parent | 3bdde4c9560e3e37e86d4bc570b5d3c5f9df3d7f (diff) | |
download | slackbuilds-fcd590ab5df5bcda0094ad37dbddb5aad68aac25.tar.gz |
desktop/google-gadgets-for-linux: Added to 12.2 repository
Diffstat (limited to 'desktop/google-gadgets-for-linux/doinst.sh')
-rw-r--r-- | desktop/google-gadgets-for-linux/doinst.sh | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/desktop/google-gadgets-for-linux/doinst.sh b/desktop/google-gadgets-for-linux/doinst.sh new file mode 100644 index 0000000000..9830478e8c --- /dev/null +++ b/desktop/google-gadgets-for-linux/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 + |