summaryrefslogtreecommitdiffstats
path: root/gcr/post-install
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2012-01-23 22:55:54 +0100
committerpiernov <piernov@piernov.org>2012-01-23 22:55:54 +0100
commit90a549fcf51d727fdfc19e985a6ac38ad8eefe74 (patch)
treed1f1f4a6ccda9dc4e456c0d6312bbe8413ca6f60 /gcr/post-install
parentc42aa3d9c1abb33f1fc31f549c8cc55d22cb0a56 (diff)
downloadgnome3-90a549fcf51d727fdfc19e985a6ac38ad8eefe74.tar.gz
gnome3-90a549fcf51d727fdfc19e985a6ac38ad8eefe74.tar.bz2
gnome3-90a549fcf51d727fdfc19e985a6ac38ad8eefe74.tar.xz
gnome3-90a549fcf51d727fdfc19e985a6ac38ad8eefe74.zip
gcr 3.3.4-1 ajout port
Diffstat (limited to 'gcr/post-install')
-rwxr-xr-xgcr/post-install17
1 files changed, 17 insertions, 0 deletions
diff --git a/gcr/post-install b/gcr/post-install
new file mode 100755
index 0000000..7c6de85
--- /dev/null
+++ b/gcr/post-install
@@ -0,0 +1,17 @@
+#!/bin/sh
+
+port=gnome-keyring
+
+# glib schemas
+/usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas
+
+# desktop database
+update-desktop-database -q
+
+# icon cache
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+
+# mime database
+update-mime-database /usr/share/mime > /dev/null
+
+# End of file