diff options
author | piernov <piernov@piernov.org> | 2011-07-23 01:44:25 +0200 |
---|---|---|
committer | piernov <piernov@piernov.org> | 2011-07-23 01:44:25 +0200 |
commit | 3c6e780569ea3a298ebc14a34a2c2dada79c7f81 (patch) | |
tree | be04e2763ebe86b64402980856af7a798ae3cdf0 | |
parent | d3e5465b04922f597a39c86cbb2257c6f828f75b (diff) | |
download | gnome3-3c6e780569ea3a298ebc14a34a2c2dada79c7f81.tar.gz gnome3-3c6e780569ea3a298ebc14a34a2c2dada79c7f81.tar.bz2 gnome3-3c6e780569ea3a298ebc14a34a2c2dada79c7f81.tar.xz gnome3-3c6e780569ea3a298ebc14a34a2c2dada79c7f81.zip |
itstool suppression post-install
-rwxr-xr-x | itstool/post-install | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/itstool/post-install b/itstool/post-install deleted file mode 100755 index da694bc..0000000 --- a/itstool/post-install +++ /dev/null @@ -1,24 +0,0 @@ -#!/bin/sh -GNOME_VERSION= - -port=yelp - -# 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 - -# desktop database -update-desktop-database > /dev/null - -# End of file |