summaryrefslogtreecommitdiffstats
path: root/office/qute/doinst.sh
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2014-11-16 00:06:41 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-11-16 00:06:41 +0700
commit03d3890a40f0e0e0fdd9c2d0ddcdd3eab9878319 (patch)
tree1103bf81492b5bce10255cf056663a574ed6dd6c /office/qute/doinst.sh
parent11da0a76d374a51bec3787193a39d72f70765a79 (diff)
downloadslackbuilds-03d3890a40f0e0e0fdd9c2d0ddcdd3eab9878319.tar.gz
slackbuilds-03d3890a40f0e0e0fdd9c2d0ddcdd3eab9878319.tar.xz
office/qute: Added (Text Editor).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/qute/doinst.sh')
-rw-r--r--office/qute/doinst.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/office/qute/doinst.sh b/office/qute/doinst.sh
new file mode 100644
index 0000000000..5fb28930db
--- /dev/null
+++ b/office/qute/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