From c3607d28cc3c50125dd08b674c642876e9c50da7 Mon Sep 17 00:00:00 2001 From: piernov Date: Tue, 6 Mar 2012 12:03:23 +0000 Subject: gucharmap 3.3.1-1 màj port MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gucharmap/post-install | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'gucharmap/post-install') diff --git a/gucharmap/post-install b/gucharmap/post-install index 20b9da7..b69fc82 100755 --- a/gucharmap/post-install +++ b/gucharmap/post-install @@ -2,14 +2,8 @@ port=gucharmap -# 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 +# glib schemas +/usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas # scrolls SCROLLS="`pkginfo -l $port | grep usr/share/omf/.*\.omf$`" @@ -19,4 +13,7 @@ do scrollkeeper-install -q -p /var/lib/scrollkeeper /$SCROLL > /dev/null done +# desktop database +update-desktop-database -q + # End of file -- cgit v1.2.3-54-g00ecf