summaryrefslogtreecommitdiffstats
path: root/gedit-plugins/post-install
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2011-09-01 12:39:47 +0200
committerpiernov <piernov@piernov.org>2011-09-01 12:39:47 +0200
commit799cb5c7310f258be1f51f516557598c631d47a8 (patch)
tree63d9d5f3d33fe3373f6aed4aefe8258f26ebe01c /gedit-plugins/post-install
parent70f0f2c319b4f7444ecae2d35741d145e45dfc78 (diff)
downloadgnome3-799cb5c7310f258be1f51f516557598c631d47a8.tar.gz
gnome3-799cb5c7310f258be1f51f516557598c631d47a8.tar.bz2
gnome3-799cb5c7310f258be1f51f516557598c631d47a8.tar.xz
gnome3-799cb5c7310f258be1f51f516557598c631d47a8.zip
gedit-plugins 3.1.3-1 màj port
Diffstat (limited to 'gedit-plugins/post-install')
-rwxr-xr-xgedit-plugins/post-install16
1 files changed, 2 insertions, 14 deletions
diff --git a/gedit-plugins/post-install b/gedit-plugins/post-install
index 4cc3bc1..7cc3572 100755
--- a/gedit-plugins/post-install
+++ b/gedit-plugins/post-install
@@ -2,20 +2,8 @@
port=gedit-plugins
-# gconf schemas
-SCHEMAS="`pkginfo -l $port | grep etc/gconf/schemas/.*\.schemas$`"
-
-for SCHEMA in $SCHEMAS
-do
- export GCONF_CONFIG_SOURCE=`/usr/bin/gconftool-2 --get-default-source`
- /usr/bin/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
# End of file