wok diff shared-mime-info/receipt @ rev 12254

Up: slitaz-configs (4.9.1) - Last minute bug fix
author Christophe Lincoln <pankso@slitaz.org>
date Tue Apr 10 13:54:27 2012 +0200 (2012-04-10)
parents 208265e35b96
children 380ffe05937a
line diff
     1.1 --- a/shared-mime-info/receipt	Sun Oct 16 07:18:25 2011 +0000
     1.2 +++ b/shared-mime-info/receipt	Tue Apr 10 13:54:27 2012 +0200
     1.3 @@ -33,5 +33,5 @@
     1.4  # Update mime database.
     1.5  post_install()
     1.6  {
     1.7 -	$1/usr/bin/update-mime-database $1/usr/share/mime || continue
     1.8 +	chroot "$1/" /usr/bin/update-mime-database /usr/share/mime
     1.9  }