wok-next diff libfm/receipt @ rev 12196

bluefish, libfm, obconf, pcmanfm, shared-mime-info, xournal, zim: fix update-mime-database post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Mar 26 16:18:20 2012 +0200 (2012-03-26)
parents 7283539d1809
children 73641efed1cc
line diff
     1.1 --- a/libfm/receipt	Wed Feb 29 15:56:09 2012 +0100
     1.2 +++ b/libfm/receipt	Mon Mar 26 16:18:20 2012 +0200
     1.3 @@ -45,5 +45,5 @@
     1.4  {
     1.5  	# update mime-cache
     1.6  	echo "Updating mime-types database"
     1.7 -	update-mime-database $1/usr/share/mime
     1.8 +	chroot "$1/" /usr/bin/update-mime-database /usr/share/mime
     1.9  }