diff options
author | Frank Caraballo <fecaraballo{at}gmail{dot}com> | 2010-05-11 20:01:50 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-11 20:01:50 +0200 |
commit | c0b4470c1f3bdd01037600ae7fdfec8e0c9a37e9 (patch) | |
tree | e9f3cabe6882a3b348e2309950bab31fa45f7b97 /office/osmo/doinst.sh | |
parent | 5aa38b23b83bf8bd7d886f6ec762b4a0a8cedae1 (diff) | |
download | slackbuilds-c0b4470c1f3bdd01037600ae7fdfec8e0c9a37e9.tar.gz |
office/osmo: Added to 12.0 repository
Diffstat (limited to 'office/osmo/doinst.sh')
-rw-r--r-- | office/osmo/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/office/osmo/doinst.sh b/office/osmo/doinst.sh new file mode 100644 index 0000000000..5dc6bb58c0 --- /dev/null +++ b/office/osmo/doinst.sh @@ -0,0 +1,3 @@ +if [ -x usr/bin/update-desktop-database ]; then + usr/bin/update-desktop-database -q usr/share/applications +fi |