diff options
author | Zach Gardner <zach.gardner@gmail.com> | 2013-04-25 11:26:03 -0300 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2013-04-25 11:26:03 -0300 |
commit | 08d742cda7bdc846ffe84865323763f17a649514 (patch) | |
tree | 85d652f8cb21ef628c43eec5c377fbbf346200c0 /office/trelby/doinst.sh | |
parent | b32b8323849ba13ea2237a68142601a64cccab48 (diff) | |
download | slackbuilds-08d742cda7bdc846ffe84865323763f17a649514.tar.gz |
office/trelby: Added (A screenwriting program)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'office/trelby/doinst.sh')
-rw-r--r-- | office/trelby/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/office/trelby/doinst.sh b/office/trelby/doinst.sh new file mode 100644 index 0000000000..5fb28930db --- /dev/null +++ b/office/trelby/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 |