wok-current diff usbutils/receipt @ rev 3128
Add gecko-mediaplayer browser plugin using gnome-mplayer
author | Rohit Joshi <jozee@slitaz.org> |
---|---|
date | Tue May 19 19:54:49 2009 +0000 (2009-05-19) |
parents | 27a68753fff8 |
children | 5b1a7cc13ca0 |
line diff
1.1 --- a/usbutils/receipt Fri Mar 13 08:12:01 2009 +0000 1.2 +++ b/usbutils/receipt Tue May 19 19:54:49 2009 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="usbutils" 1.7 -VERSION="0.73" 1.8 +VERSION="0.81" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="Displaying information about USB." 1.11 MAINTAINER="erjo@slitaz.org" 1.12 @@ -30,5 +30,7 @@ 1.13 mkdir -p $fs/usr/share 1.14 cp -a $_pkg/usr/sbin $fs/usr 1.15 cp -a $_pkg/usr/share/misc $fs/usr/share 1.16 + # Compress IDS db. 1.17 + gzip $fs/usr/share/misc/usb.ids 1.18 } 1.19