bt950-cs: running depmod is now done by module.bbclass
authorRene Wagner <rw@handhelds.org>
Sun, 21 Aug 2005 00:18:58 +0000 (00:18 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Sun, 21 Aug 2005 00:18:58 +0000 (00:18 +0000)
packages/bt950-cs/bt950-cs_0.1.bb

index e32db47..dfd288e 100644 (file)
@@ -4,6 +4,7 @@ LICENSE = "GPLv2"
 HOMEPAGE = "http://www.holtmann.org/linux/bluetooth/bt950.html"
 DEPENDS = "pcmcia-cs"
 RDEPENDS = "pcmcia-cs"
+PR = "r1"
 
 SRC_URI = "http://www.holtmann.org/linux/bluetooth/bt950-${PV}.tar.gz \
 file://makefile.patch;patch=1"
@@ -22,16 +23,3 @@ do_install() {
        install -m 0644 bt950.conf ${D}${sysconfdir}/pcmcia/
 }
 
-pkg_postinst() {
-#!/bin/sh
-if [ "x$D" != "x" ]; then
-  exit 1
-fi
-update-modules || true
-}
-
-pkg_postrm() {
-#!/bin/sh
-update-modules || true
-}
-