diff options
author | Chess Griffin <chess@chessgriffin.com> | 2010-05-11 19:43:56 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 19:43:56 +0200 |
commit | a9c884b8ebc0861e799ae849bb3287fe3ecef8a5 (patch) | |
tree | a27b32af2773a9fc21584a870c875417602f7f2c /desktop/obconf/doinst.sh | |
parent | a9ca4b9f63c2016b69a3b8e7c4439a575b27f1e0 (diff) | |
download | slackbuilds-a9c884b8ebc0861e799ae849bb3287fe3ecef8a5.tar.gz |
desktop/obconf: Updated for version 2.0.3
Diffstat (limited to 'desktop/obconf/doinst.sh')
-rw-r--r-- | desktop/obconf/doinst.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/desktop/obconf/doinst.sh b/desktop/obconf/doinst.sh new file mode 100644 index 0000000000..4557defa56 --- /dev/null +++ b/desktop/obconf/doinst.sh @@ -0,0 +1,9 @@ + +if [ -x usr/bin/update-desktop-database ]; then + usr/bin/update-desktop-database -q usr/share/applications +fi + +if [ -x usr/bin/update-mime-database ]; then + usr/bin/update-mime-database usr/share/mime >/dev/null 2>&1 +fi + |