wok-stable rev 2900
Up: usbutils (0.81) and gzip usb.ids
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Tue May 05 12:01:51 2009 +0200 (2009-05-05) |
parents | 17598fb91957 |
children | 34eb256a4197 |
files | usbutils/receipt |
line diff
1.1 --- a/usbutils/receipt Tue May 05 12:00:37 2009 +0200 1.2 +++ b/usbutils/receipt Tue May 05 12:01:51 2009 +0200 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