summaryrefslogtreecommitdiff
path: root/office/chmsee/doinst.sh
diff options
context:
space:
mode:
authorBinh Nguyen <binhnguyen@fastmail.fm>2011-08-06 16:47:15 -0300
committerNiels Horn <niels.horn@slackbuilds.org>2011-08-06 16:47:15 -0300
commitdc9058f25807fb5b4804d246f0f329245e6f9014 (patch)
tree351f0c834278eb947c2c88bbcf913ec54e81cf45 /office/chmsee/doinst.sh
parent8da6cf88b07e6a9fa929381a69e487e7df1237dd (diff)
downloadslackbuilds-dc9058f25807fb5b4804d246f0f329245e6f9014.tar.gz
office/chmsee: Added (an HTML Help viewer for Unix/Linux)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'office/chmsee/doinst.sh')
-rw-r--r--office/chmsee/doinst.sh13
1 files changed, 13 insertions, 0 deletions
diff --git a/office/chmsee/doinst.sh b/office/chmsee/doinst.sh
new file mode 100644
index 0000000000..402638a07f
--- /dev/null
+++ b/office/chmsee/doinst.sh
@@ -0,0 +1,13 @@
+if [ -x /usr/bin/update-desktop-database ]; then
+ /usr/bin/update-desktop-database usr/share/applications >/dev/null 2>&1
+fi
+
+if [ -x /usr/bin/update-mime-database ]; then
+ /usr/bin/update-mime-database usr/share/mime >/dev/null 2>&1
+fi
+
+if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then
+ if [ -x /usr/bin/gtk-update-icon-cache ]; then
+ /usr/bin/gtk-update-icon-cache usr/share/icons/hicolor >/dev/null 2>&1
+ fi
+fi