summaryrefslogtreecommitdiffstats
path: root/accessibility/easystroke/doinst.sh
diff options
context:
space:
mode:
author Larry Hajali <larryhaja[at]gmail[dot]com>2010-05-12 23:27:43 +0200
committer Robby Workman <rworkman@slackbuilds.org>2010-05-12 23:27:43 +0200
commitaeacc34a25a4943396b1be0f3ac19563d786a2c2 (patch)
tree59e97b57012b991e1d3c48fc5a0abb78a0604cd3 /accessibility/easystroke/doinst.sh
parentaf76142369c11ec77a5f7163f2e4bec47eb5b973 (diff)
downloadslackbuilds-aeacc34a25a4943396b1be0f3ac19563d786a2c2.tar.gz
slackbuilds-aeacc34a25a4943396b1be0f3ac19563d786a2c2.tar.xz
accessibility/easystroke: Added to 12.2 repository
Diffstat (limited to 'accessibility/easystroke/doinst.sh')
-rw-r--r--accessibility/easystroke/doinst.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/accessibility/easystroke/doinst.sh b/accessibility/easystroke/doinst.sh
new file mode 100644
index 0000000000..1f8ff67ded
--- /dev/null
+++ b/accessibility/easystroke/doinst.sh
@@ -0,0 +1,10 @@
+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
+