[arch-commits] Commit in fcpci/trunk (PKGBUILD fcpci.install)

Tobias Powalowski tpowa at archlinux.org
Thu May 24 05:23:52 UTC 2012


    Date: Thursday, May 24, 2012 @ 01:23:52
  Author: tpowa
Revision: 159416

upgpkg: fcpci 31107-75

fix install file

Modified:
  fcpci/trunk/PKGBUILD
  fcpci/trunk/fcpci.install

---------------+
 PKGBUILD      |    2 +-
 fcpci.install |    7 ++-----
 2 files changed, 3 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-05-23 23:14:39 UTC (rev 159415)
+++ PKGBUILD	2012-05-24 05:23:52 UTC (rev 159416)
@@ -3,7 +3,7 @@
 
 pkgname=fcpci
 pkgver=31107
-pkgrel=74
+pkgrel=75
 _extramodules=extramodules-3.4-ARCH
 pkgdesc="AVM ISDN driver for FRITZ PCI isdn cards. For stock arch linux kernel"
 arch=(i686 x86_64)

Modified: fcpci.install
===================================================================
--- fcpci.install	2012-05-23 23:14:39 UTC (rev 159415)
+++ fcpci.install	2012-05-24 05:23:52 UTC (rev 159416)
@@ -1,10 +1,8 @@
  # arg 1:  the new package version
 post_install() {
 cat << EOF
-==> Add 'capiinit' to rc.conf daemons list. 
-==> Please blacklist hisax modules in /etc/modprobe.d/
+==> Please blacklist hisax and misdn modules in /etc/modprobe.d/
 EOF
-  sed -i -e 's/#fcpci		-	-	-	-	-	-/fcpci		-	-	-	-	-	-/g' /etc/capi.conf
   # updating module dependencies
   echo ">>> Updating module dependencies. Please wait ..."
   EXTRAMODULES=extramodules-3.4-ARCH
@@ -19,8 +17,7 @@
 
 # arg 1:  the old package version
 post_remove() {
-  sed -i -e 's/fcpci		-	-	-	-	-	-/#fcpci		-	-	-	-	-	-/g' /etc/capi.conf
-    # updating module dependencies
+  # updating module dependencies
   echo ">>> Updating module dependencies. Please wait ..."
   EXTRAMODULES=extramodules-3.4-ARCH
   depmod -v $(cat /lib/modules/$EXTRAMODULES/version) > /dev/null 2>&1




More information about the arch-commits mailing list