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

François Charette francois at archlinux.org
Tue Jun 30 11:44:24 UTC 2009


    Date: Tuesday, June 30, 2009 @ 07:44:24
  Author: francois
Revision: 43970

removed superfluous install msg

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

---------------+
 PKGBUILD      |    3 +--
 p7zip.install |   18 ------------------
 2 files changed, 1 insertion(+), 20 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-06-30 08:13:57 UTC (rev 43969)
+++ PKGBUILD	2009-06-30 11:44:24 UTC (rev 43970)
@@ -4,14 +4,13 @@
 
 pkgname=p7zip
 pkgver=9.04
-pkgrel=1
+pkgrel=2
 pkgdesc="A command-line port of the 7zip compression utility"
 arch=('i686' 'x86_64')
 license=('GPL')
 url="http://p7zip.sourceforge.net"
 depends=('gcc-libs' 'bash')
 source=(http://downloads.sourceforge.net/sourceforge/$pkgname/${pkgname}_${pkgver}_src_all.tar.bz2)
-install=p7zip.install
 options=(!emptydirs)
 
 build() {

Deleted: p7zip.install
===================================================================
--- p7zip.install	2009-06-30 08:13:57 UTC (rev 43969)
+++ p7zip.install	2009-06-30 11:44:24 UTC (rev 43970)
@@ -1,18 +0,0 @@
-
-post_install () {
-    post_upgrade
-}
-
-post_upgrade () {
-    echo ":: In order to use p7zip with mc:"
-    echo ":: Add u7z to /usr/share/mc/extfs/extfs.ini"
-    echo ":: and add the following to /usr/share/mc/mc.ext:"
-    echo "::"
-    echo ":: regex/\.(7z|7Z)$"
-    echo ":: 	View=%view{ascii} 7za l %f"
-    echo ":: 	Open=%cd %p#u7z"
-}
-
-op=$1
-shift
-$op $*




More information about the arch-commits mailing list