diff options
author | piernov <piernov@piernov.org> | 2011-08-30 12:57:56 +0200 |
---|---|---|
committer | piernov <piernov@piernov.org> | 2011-08-30 12:57:56 +0200 |
commit | c8fe786f131e7c57c0f4340e88fff362ef43392c (patch) | |
tree | 4506f850223e3bc36907d21dd89f00bcabd95487 /gnome-session/post-install | |
parent | a377a208119e184b37fcdc6a0c537aafcfc5d4f9 (diff) | |
download | gnome3-c8fe786f131e7c57c0f4340e88fff362ef43392c.tar.gz gnome3-c8fe786f131e7c57c0f4340e88fff362ef43392c.tar.bz2 gnome3-c8fe786f131e7c57c0f4340e88fff362ef43392c.tar.xz gnome3-c8fe786f131e7c57c0f4340e88fff362ef43392c.zip |
gnome-session 3.1.90-1 màj port
Diffstat (limited to 'gnome-session/post-install')
-rw-r--r-- | gnome-session/post-install | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gnome-session/post-install b/gnome-session/post-install index 3a9773c..446fc5c 100644 --- a/gnome-session/post-install +++ b/gnome-session/post-install @@ -1,2 +1,14 @@ +#!/bin/sh + +port=gnome-session + +# 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 + +# End of file |