aboutsummaryrefslogtreecommitdiff
path: root/desktop/thunar-vcs-plugin/doinst.sh
diff options
context:
space:
mode:
authorRobby Workman <rw@rlworkman.net>2010-05-13 00:57:41 +0200
committerDavid Somero <xgizzmo@slackbuilds.org>2010-05-13 00:57:41 +0200
commit717a8760d6448f286f0a18a9b36d991be841efaa (patch)
tree894b2b9ba68dd345687098b5dd9aaf7f8bf40343 /desktop/thunar-vcs-plugin/doinst.sh
parent1771e9c431f565125e49aef1f68edadf182aa1cb (diff)
desktop/thunar-vcs-plugin: Added to 13.0 repository
Diffstat (limited to 'desktop/thunar-vcs-plugin/doinst.sh')
-rw-r--r--desktop/thunar-vcs-plugin/doinst.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/desktop/thunar-vcs-plugin/doinst.sh b/desktop/thunar-vcs-plugin/doinst.sh
new file mode 100644
index 0000000000000..922f8a99be4d6
--- /dev/null
+++ b/desktop/thunar-vcs-plugin/doinst.sh
@@ -0,0 +1,11 @@
+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
+
+