wok diff get-softmodem-driver/stuff/hcfpcimodem.receipt @ rev 3478
get-softmodem-driver: packages are now saved in tazwok packages_repository
author | Dominique Corbex <domcox@users.sourceforge.net> |
---|---|
date | Wed Jun 17 09:49:44 2009 +0200 (2009-06-17) |
parents | bc0a71a7371e |
children | 8fc90d8b565b |
line diff
1.1 --- a/get-softmodem-driver/stuff/hcfpcimodem.receipt Tue Jun 16 09:46:41 2009 +0200 1.2 +++ b/get-softmodem-driver/stuff/hcfpcimodem.receipt Wed Jun 17 09:49:44 2009 +0200 1.3 @@ -3,7 +3,7 @@ 1.4 PACKAGE="hcfpcimodem" 1.5 VERSION="1.19full" 1.6 CATEGORY="non-free" 1.7 -SHORT_DESC="Modem driver for Conexant HCF PCI chipsets." 1.8 +SHORT_DESC="Driver for the Conexant HCF (controllerless) Softmodem family." 1.9 MAINTAINER="domcox@slitaz.org" 1.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.11 DEPENDS="module-init-tools linux-source" 1.12 @@ -16,3 +16,10 @@ 1.13 { 1.14 /usr/sbin/hcfpciconfig --auto 1.15 } 1.16 + 1.17 +post_remove() 1.18 +{ 1.19 + echo -n "Removing modules.." 1.20 + rm -rf /lib/modules/`uname -r`/extra/hcfpci* 1.21 + status 1.22 +} 1.23 \ No newline at end of file