wok diff bluefish/receipt @ rev 12533

Up: xorg-xf86-input-evdev (it provide mouse and keyboard support so xorg-xf86-input-[mouse|keyboard] can be removed)
author Christophe Lincoln <pankso@slitaz.org>
date Thu Apr 26 01:50:03 2012 +0200 (2012-04-26)
parents ea422177b5f3
children 2b9f96603415
line diff
     1.1 --- a/bluefish/receipt	Thu Feb 16 13:29:02 2012 +0100
     1.2 +++ b/bluefish/receipt	Thu Apr 26 01:50:03 2012 +0200
     1.3 @@ -35,5 +35,5 @@
     1.4  # Post-install commands
     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  }