diff options
author | digwtx <wtx358@qq.com> | 2010-04-24 16:41:59 -0400 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-15 10:50:15 +0200 |
commit | 11bb25c1138e0bd14728943f1d5c251f1f55ecca (patch) | |
tree | 57523df107e05af5b2184c66cbcbab6d80d06c65 /office/texworks/doinst.sh | |
parent | 101567e1e41a89fb696e354bdb2e46350bf9e741 (diff) | |
download | slackbuilds-11bb25c1138e0bd14728943f1d5c251f1f55ecca.tar.gz |
office/texworks: Added (TeX editor)
Diffstat (limited to 'office/texworks/doinst.sh')
-rw-r--r-- | office/texworks/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/office/texworks/doinst.sh b/office/texworks/doinst.sh new file mode 100644 index 0000000000..5fb28930db --- /dev/null +++ b/office/texworks/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 |