wok-stable diff get-softmodem-driver/stuff/hsfmodem.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 ae3625ef65a5
children 8fc90d8b565b
line diff
     1.1 --- a/get-softmodem-driver/stuff/hsfmodem.receipt	Mon Jun 15 15:05:01 2009 +0200
     1.2 +++ b/get-softmodem-driver/stuff/hsfmodem.receipt	Wed Jun 17 09:49:44 2009 +0200
     1.3 @@ -3,7 +3,7 @@
     1.4  PACKAGE="hsfmodem"
     1.5  VERSION="7.80.02.04full"
     1.6  CATEGORY="non-free"
     1.7 -SHORT_DESC="Modem driver for Conexant HSF chipsets."
     1.8 +SHORT_DESC="Driver for the Conexant (formerly Rockwell) HSF 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/hsfconfig --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/hsf*
    1.21 +	status
    1.22 +}
    1.23 \ No newline at end of file