diff options
author | Althaf K Backer <althafkbacker@gmail.com> | 2010-05-13 01:00:38 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-13 01:00:38 +0200 |
commit | 1e3c8e288506841973da94649373f506986b5ff0 (patch) | |
tree | 0b50c8bdd195f0c6e5906ce904fc4840c5be9d8f /office/sunbird/doinst.sh | |
parent | 1c401554acaa14bdaaed343a9c679160a15b4cfe (diff) | |
download | slackbuilds-1e3c8e288506841973da94649373f506986b5ff0.tar.gz |
office/sunbird: Added to 13.0 repository
Diffstat (limited to 'office/sunbird/doinst.sh')
-rw-r--r-- | office/sunbird/doinst.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/office/sunbird/doinst.sh b/office/sunbird/doinst.sh new file mode 100644 index 0000000000..a9ca196938 --- /dev/null +++ b/office/sunbird/doinst.sh @@ -0,0 +1,4 @@ +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications 2>/dev/null +fi + |