wok-6.x rev 8301
Fix: shared-mime-info now take care of --root= option
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Tue Feb 01 02:50:01 2011 +0100 (2011-02-01) |
parents | 7105413c66f2 |
children | 2b6fda1dbf0d |
files | shared-mime-info/receipt |
line diff
1.1 --- a/shared-mime-info/receipt Mon Jan 31 20:21:47 2011 +0000 1.2 +++ b/shared-mime-info/receipt Tue Feb 01 02:50:01 2011 +0100 1.3 @@ -36,5 +36,5 @@ 1.4 # Update mime database. 1.5 post_install() 1.6 { 1.7 - update-mime-database $1/usr/share/mime || continue 1.8 + $1/usr/bin/update-mime-database $1/usr/share/mime || continue 1.9 }