wok diff linux-drm/receipt @ rev 7824

Add postfixadmin
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Dec 26 12:02:09 2010 +0100 (2010-12-26)
parents 7b2d17996a15
children 03d4663c81fa
line diff
     1.1 --- a/linux-drm/receipt	Sat Nov 13 03:27:43 2010 +0000
     1.2 +++ b/linux-drm/receipt	Sun Dec 26 12:02:09 2010 +0100
     1.3 @@ -5,7 +5,7 @@
     1.4  CATEGORY="base-system"
     1.5  SHORT_DESC="The Linux kernel drm module."
     1.6  MAINTAINER="devel@slitaz.org"
     1.7 -DEPENDS="linux"
     1.8 +DEPENDS="linux-agp"
     1.9  WANTED="linux"
    1.10  WEB_SITE="http://www.kernel.org/"
    1.11  
    1.12 @@ -28,6 +28,11 @@
    1.13  	    rm -f $fs/lib/modules/$VERSION-slitaz/kernel/$i
    1.14  	fi
    1.15      done
    1.16 +
    1.17 +    # remove drivers/char/agp kernel modules cause there in linux-agp package
    1.18 +    if [ -d $fs/lib/modules/$VERSION-slitaz/kernel/drivers/char/agp ]; then
    1.19 +        rm -rf $fs/lib/modules/$VERSION-slitaz/kernel/drivers/char/agp
    1.20 +    fi
    1.21  }
    1.22  
    1.23  # Post install/remove commands for Tazpkg.