summaryrefslogtreecommitdiff
path: root/development/tidy-html5/doinst.sh
diff options
context:
space:
mode:
authorAlan Aversa <aveNOrsa@email.ariSPAMzona.edu (remove NO and SPAM)>2017-03-22 23:32:03 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2017-03-22 23:32:03 +0700
commit588e4f8a1aafc5f949ab19437cda19377e7f5cd1 (patch)
tree999ff5f033874f95b60f413877d9e8804fa6c65a /development/tidy-html5/doinst.sh
parent1c842bc15d3d28b90f317993e620d4e5c9c46a4a (diff)
downloadslackbuilds-588e4f8a1aafc5f949ab19437cda19377e7f5cd1.tar.gz
development/tidy-html5: Added (correct/clean up HTML/XML documents).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/tidy-html5/doinst.sh')
-rw-r--r--development/tidy-html5/doinst.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/development/tidy-html5/doinst.sh b/development/tidy-html5/doinst.sh
new file mode 100644
index 0000000000..5fb28930db
--- /dev/null
+++ b/development/tidy-html5/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