diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-01-12 22:16:06 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-01-29 23:21:00 -0600 |
commit | 77daf7c3bfe1509421ff6da779918fa0e8b28462 (patch) | |
tree | d973bbe6fd0fad5d916298995d971c8dd2287773 /office/marave/doinst.sh | |
parent | a34ec8da244d89a3e1618a24b9117c345ac21acc (diff) | |
download | slackbuilds-77daf7c3bfe1509421ff6da779918fa0e8b28462.tar.gz |
office/marave: Added (A text editor).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/marave/doinst.sh')
-rw-r--r-- | office/marave/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/office/marave/doinst.sh b/office/marave/doinst.sh new file mode 100644 index 0000000000..473345de20 --- /dev/null +++ b/office/marave/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 |