wok diff mate-control-center/receipt @ rev 18497

libfm: define tar.xz for xarchiver
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Sun Oct 11 13:59:02 2015 +0200 (2015-10-11)
parents 4fbcc1630441
children 9e01bc6321ea
line diff
     1.1 --- a/mate-control-center/receipt	Mon Aug 10 09:59:01 2015 -0300
     1.2 +++ b/mate-control-center/receipt	Sun Oct 11 13:59:02 2015 +0200
     1.3 @@ -50,10 +50,13 @@
     1.4  	[ -x $1/usr/bin/gtk-update-icon-cache ] &&
     1.5  	  chroot "$1/" gtk-update-icon-cache -f -t /usr/share/icons/hicolor
     1.6  	chroot $1/ /usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas
     1.7 +	chroot $1/ /usr/bin/update-mime-database /usr/share/mime
     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 +	chroot $1/ /usr/bin/gtk-update-icon-cache -f -t /usr/share/icons/hicolor
    1.15 +	chroot $1/ /usr/bin/update-mime-database /usr/share/mime
    1.16  }