diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2010-05-13 01:00:39 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-13 01:00:39 +0200 |
commit | edf747d9be804b1021c43d657d630297ca0c4fcc (patch) | |
tree | acee30a8bc1cb4ea9dd85c932ce598cf53ecc8ba /office/texmaker/doinst.sh | |
parent | 1d39427c14970a5903e946d208e75bb22f3ca1df (diff) |
office/texmaker: Added to 13.0 repository
Diffstat (limited to 'office/texmaker/doinst.sh')
-rw-r--r-- | office/texmaker/doinst.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/office/texmaker/doinst.sh b/office/texmaker/doinst.sh new file mode 100644 index 000000000000..4e8ba7071dea --- /dev/null +++ b/office/texmaker/doinst.sh @@ -0,0 +1,4 @@ +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 +fi + |