summaryrefslogtreecommitdiff
path: root/extra/mono-tools/mono-tools.install
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-12-22 23:15:05 +0000
committerroot <root@rshg054.dnsready.net>2011-12-22 23:15:05 +0000
commit34e6c976d28892a7bd3f7578f10fcfa57865472f (patch)
treec3bd6b5146aa6393df096632e92c57d0fcd4e85a /extra/mono-tools/mono-tools.install
parent69d24275e4d5296a5f02e4c4d0fc438a80d159b8 (diff)
Thu Dec 22 23:15:04 UTC 2011
Diffstat (limited to 'extra/mono-tools/mono-tools.install')
-rw-r--r--extra/mono-tools/mono-tools.install11
1 files changed, 4 insertions, 7 deletions
diff --git a/extra/mono-tools/mono-tools.install b/extra/mono-tools/mono-tools.install
index 03f6f2f7e..d4891227b 100644
--- a/extra/mono-tools/mono-tools.install
+++ b/extra/mono-tools/mono-tools.install
@@ -1,9 +1,6 @@
post_install() {
- # diable for a while maybe we can implement something in pacman to make it faster
- #echo "creating index ... this could take a up to several minutes ..."
- #monodoc --make-search-index > /dev/null 2>&1
- echo "update desktop mime database..."
- update-desktop-database -q
+ echo "update icon cache..."
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
}
@@ -23,8 +20,8 @@ post_remove() {
echo "removing index..."
rm -f /usr/lib/monodoc/monodoc.index
rm -rf /usr/lib/monodoc/search_index
- echo "update desktop mime database..."
- update-desktop-database -q
+ echo "update icon cache..."
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
}
# vim: ft=sh