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

perl-datetime-format-strptime: additional deps
author Nathan Neulinger <nneul@neulinger.org>
date Sun Sep 27 21:56:03 2015 +0000 (2015-09-27)
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 Sep 27 21:56:03 2015 +0000
     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  }