summaryrefslogtreecommitdiff
path: root/system/cutecom/doinst.sh
diff options
context:
space:
mode:
authordsomero <xgizzmo@slackbuilds.org>2012-09-30 12:00:26 -0400
committerRobby Workman <rworkman@slackbuilds.org>2012-09-30 20:01:09 -0500
commitb7511040871c0b04311af04ace08112f55de7d53 (patch)
treed0395efbfbc3ea38d4a17e2b07aa73aca5016e56 /system/cutecom/doinst.sh
parent1e1c254cd28c2843af59afbc75b89b13cf60b7d0 (diff)
downloadslackbuilds-b7511040871c0b04311af04ace08112f55de7d53.tar.gz
system/cutecom: Fixed (Handle desktop file)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'system/cutecom/doinst.sh')
-rw-r--r--system/cutecom/doinst.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/system/cutecom/doinst.sh b/system/cutecom/doinst.sh
new file mode 100644
index 0000000000..3e5691a052
--- /dev/null
+++ b/system/cutecom/doinst.sh
@@ -0,0 +1,9 @@
+if [ -x /usr/bin/update-desktop-database ]; then
+ /usr/bin/update-desktop-database -q usr/share/applications >/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