diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2010-10-19 23:17:53 +0100 |
---|---|---|
committer | Michiel van Wessem <michiel@slackbuilds.org> | 2010-10-19 23:17:53 +0100 |
commit | 550fceb245407322e6eca336f3c44bb30617e99a (patch) | |
tree | 797d2afc086d06b97828466893da540dfc9ef700 /office/gummi/doinst.sh | |
parent | 3b9c9c536c4819249ae803e967f923c9422a95a5 (diff) | |
download | slackbuilds-550fceb245407322e6eca336f3c44bb30617e99a.tar.gz |
office/gummi: Added. (Lightweight Latex editor written PyGTK)
Signed-off-by: Michiel van Wessem <michiel@slackbuilds.org>
Diffstat (limited to 'office/gummi/doinst.sh')
-rw-r--r-- | office/gummi/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/office/gummi/doinst.sh b/office/gummi/doinst.sh new file mode 100644 index 0000000000..5fb28930db --- /dev/null +++ b/office/gummi/doinst.sh @@ -0,0 +1,3 @@ +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 +fi |