diff options
author | piernov <piernov@piernov.org> | 2011-09-07 19:37:24 +0200 |
---|---|---|
committer | piernov <piernov@piernov.org> | 2011-09-07 19:37:24 +0200 |
commit | f71a7680456dd50ecd23ef3b5eaaca88147f5f92 (patch) | |
tree | 25593f77d7561907f3a43d8debed2325249af264 /totem-pl-parser | |
parent | 7322e729bae70cf41912044f690b4db1574d6926 (diff) | |
download | gnome3-f71a7680456dd50ecd23ef3b5eaaca88147f5f92.tar.gz gnome3-f71a7680456dd50ecd23ef3b5eaaca88147f5f92.tar.bz2 gnome3-f71a7680456dd50ecd23ef3b5eaaca88147f5f92.tar.xz gnome3-f71a7680456dd50ecd23ef3b5eaaca88147f5f92.zip |
totem-pl-parser 2.32.5-2 rebuild pour gmime + suppression post-install
Diffstat (limited to 'totem-pl-parser')
-rw-r--r-- | totem-pl-parser/Pkgfile | 2 | ||||
-rw-r--r-- | totem-pl-parser/post-install | 31 |
2 files changed, 1 insertions, 32 deletions
diff --git a/totem-pl-parser/Pkgfile b/totem-pl-parser/Pkgfile index 21091f3..1c19dea 100644 --- a/totem-pl-parser/Pkgfile +++ b/totem-pl-parser/Pkgfile @@ -7,7 +7,7 @@ name=totem-pl-parser version=2.32.5 -release=1 +release=2 source=(http://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.bz2) build() { diff --git a/totem-pl-parser/post-install b/totem-pl-parser/post-install deleted file mode 100644 index a3746b1..0000000 --- a/totem-pl-parser/post-install +++ /dev/null @@ -1,31 +0,0 @@ -#!/bin/sh - -port=totem-pl-parser - -# 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 - -# scrolls -SCROLLS="`pkginfo -l $port | grep usr/share/omf/.*\.omf$`" - -for SCROLL in $SCROLLS -do - scrollkeeper-install -q -p /var/lib/scrollkeeper /$SCROLL > /dev/null -done - -# desktop database -update-desktop-database > /dev/null - -# End of file |