diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2010-05-19 22:02:19 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-21 01:37:08 -0500 |
commit | 2efd42afd82a48d8b7ff0a10cf205c236e862040 (patch) | |
tree | f8f11c4169d9430500edd210bc4d7911479dd72d /office/texworks/doinst.sh | |
parent | 4f724c31b564caed41857384fb8a84f911560772 (diff) |
office/texworks: Miscellaneous cleanups.
Diffstat (limited to 'office/texworks/doinst.sh')
-rw-r--r-- | office/texworks/doinst.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/office/texworks/doinst.sh b/office/texworks/doinst.sh index 5fb28930db0b9..4e8ba7071dea7 100644 --- a/office/texworks/doinst.sh +++ b/office/texworks/doinst.sh @@ -1,3 +1,4 @@ if [ -x /usr/bin/update-desktop-database ]; then /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 fi + |