diff options
author | Martin Ivanov <tramni@abv.bg> | 2010-05-11 22:55:09 +0200 |
---|---|---|
committer | Michiel van Wessem <michiel@slackbuilds.org> | 2010-05-11 22:55:09 +0200 |
commit | 99f966d3404573577ae47359b068784207de3d8b (patch) | |
tree | 426feec9bc14d206631edd9cb054d78dd0af876b /office/kbibtex/doinst.sh | |
parent | 1c211f501d895810f21d5f7e9a87202c1739388d (diff) | |
download | slackbuilds-99f966d3404573577ae47359b068784207de3d8b.tar.gz |
office/kbibtex: Added to 12.1 repository
Diffstat (limited to 'office/kbibtex/doinst.sh')
-rw-r--r-- | office/kbibtex/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/office/kbibtex/doinst.sh b/office/kbibtex/doinst.sh new file mode 100644 index 0000000000..5dc6bb58c0 --- /dev/null +++ b/office/kbibtex/doinst.sh @@ -0,0 +1,3 @@ +if [ -x usr/bin/update-desktop-database ]; then + usr/bin/update-desktop-database -q usr/share/applications +fi |