diff options
author | piernov <piernov@piernov.org> | 2011-08-30 13:32:08 +0200 |
---|---|---|
committer | piernov <piernov@piernov.org> | 2011-08-30 13:32:08 +0200 |
commit | 4881fb07d49681b6ac0b3e8838b2497d93af16c5 (patch) | |
tree | 906ece77495418c6f8892b6539540e7cc7724abc /gnome-system-monitor/post-install | |
parent | 2a7bb7b7f3bc86aea778baa06b6a4e6c628c97d7 (diff) | |
download | gnome3-4881fb07d49681b6ac0b3e8838b2497d93af16c5.tar.gz gnome3-4881fb07d49681b6ac0b3e8838b2497d93af16c5.tar.bz2 gnome3-4881fb07d49681b6ac0b3e8838b2497d93af16c5.tar.xz gnome3-4881fb07d49681b6ac0b3e8838b2497d93af16c5.zip |
gnome-system-monitor 3.1.90-1 màj port
Diffstat (limited to 'gnome-system-monitor/post-install')
-rwxr-xr-x | gnome-system-monitor/post-install | 18 |
1 files changed, 3 insertions, 15 deletions
diff --git a/gnome-system-monitor/post-install b/gnome-system-monitor/post-install index cc52432..997a14b 100755 --- a/gnome-system-monitor/post-install +++ b/gnome-system-monitor/post-install @@ -2,20 +2,8 @@ port=gnome-system-monitor -# gconf schemas -SCHEMAS="`pkginfo -l $port | grep etc/gconf/schemas/.*\.schemas$`" - -for SCHEMA in $SCHEMAS -do - export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` - gconftool-2 --makefile-install-rule /$SCHEMA > /dev/null -done - -# reload gconf caches -if [ ! -z "`pidof gconfd-2`" ] -then - killall -HUP gconfd-2 > /dev/null -fi +# glib schemas +/usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas # scrolls SCROLLS="`pkginfo -l $port | grep usr/share/omf/.*\.omf$`" @@ -26,6 +14,6 @@ do done # desktop database -update-desktop-database > /dev/null +update-desktop-database -q # End of file |