wok rev 16979

transmission: compile-schemas
author Richard Dunbar <mojo@slitaz.org>
date Wed Aug 06 15:43:24 2014 +0000 (2014-08-06)
parents 3368aeacdb39
children 0a7dc544105e
files transmission/receipt
line diff
     1.1 --- a/transmission/receipt	Wed Aug 06 16:00:58 2014 +0200
     1.2 +++ b/transmission/receipt	Wed Aug 06 15:43:24 2014 +0000
     1.3 @@ -42,4 +42,11 @@
     1.4  {
     1.5  	rm -f $1/usr/bin/transmission-gtk
     1.6  	rm -f $1/usr/share/applications/${PACKAGE}-gtk.desktop
     1.7 +	chroot "$1/" /usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas
     1.8  }
     1.9 +
    1.10 +post_remove()
    1.11 +{
    1.12 +        echo "Processing post-remove commands..."
    1.13 +        chroot "$1/" /usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas
    1.14 +}