diff options
author | Fridrich von Stauffenberg <cancellor2@gmail.com> | 2012-04-29 20:57:32 -0400 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2012-04-30 00:40:07 -0500 |
commit | aa5807e3811866ee873cfc7e0202ea5b1598483a (patch) | |
tree | 57d91e1b34e5e7aa5baf3c82d40d467e235b22ad /office/kchmviewer-qt/doinst.sh | |
parent | b9710bbd32449d654c5589354bd5958fdd83fbb5 (diff) | |
download | slackbuilds-aa5807e3811866ee873cfc7e0202ea5b1598483a.tar.gz |
office/kchmviewer-qt: Added (a CHM viewer)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'office/kchmviewer-qt/doinst.sh')
-rw-r--r-- | office/kchmviewer-qt/doinst.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/office/kchmviewer-qt/doinst.sh b/office/kchmviewer-qt/doinst.sh new file mode 100644 index 0000000000..4e8ba7071d --- /dev/null +++ b/office/kchmviewer-qt/doinst.sh @@ -0,0 +1,4 @@ +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 +fi + |