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

Dave Reisner dreisner at archlinux.org
Fri Jan 6 02:35:57 UTC 2012


    Date: Thursday, January 5, 2012 @ 21:35:57
  Author: dreisner
Revision: 146203

upgpkg: kmod 3-2

remove install scriptlet

Modified:
  kmod/trunk/PKGBUILD
Deleted:
  kmod/trunk/kmod.install

--------------+
 PKGBUILD     |    3 +--
 kmod.install |   10 ----------
 2 files changed, 1 insertion(+), 12 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-01-06 00:42:46 UTC (rev 146202)
+++ PKGBUILD	2012-01-06 02:35:57 UTC (rev 146203)
@@ -3,7 +3,7 @@
 
 pkgname=kmod
 pkgver=3
-pkgrel=1
+pkgrel=2
 pkgdesc="Linux kernel module handling"
 arch=('i686' 'x86_64')
 url="http://git.profusion.mobi/cgit.cgi/kmod.git"
@@ -15,7 +15,6 @@
 replaces=('module-init-tools')
 source=("http://packages.profusion.mobi/$pkgname/$pkgname-$pkgver.tar.xz"
         "depmod-search.conf")
-install='kmod.install'
 md5sums=('bc0e69f75c2ac22c091f05e166e86c5d'
          '4b8cbcbc54b9029c99fd730e257d4436')
 

Deleted: kmod.install
===================================================================
--- kmod.install	2012-01-06 00:42:46 UTC (rev 146202)
+++ kmod.install	2012-01-06 02:35:57 UTC (rev 146203)
@@ -1,10 +0,0 @@
-#!/bin/sh
-
-post_upgrade() {
-  echo "Updating module dependency files"
-  depmod -A
-}
-
-post_install() {
-  post_upgrade
-}




More information about the arch-commits mailing list