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

Antonio Rojas arojas at archlinux.org
Thu May 5 07:15:58 UTC 2016


    Date: Thursday, May 5, 2016 @ 09:15:58
  Author: arojas
Revision: 266917

Hooks

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-05 07:14:30 UTC (rev 266916)
+++ PKGBUILD	2016-05-05 07:15:58 UTC (rev 266917)
@@ -4,7 +4,7 @@
 
 pkgname=parted
 pkgver=3.2
-pkgrel=3
+pkgrel=4
 pkgdesc="A program for creating, destroying, resizing, checking and copying partitions"
 arch=('i686' 'x86_64')
 license=('GPL3')
@@ -11,7 +11,6 @@
 url="http://www.gnu.org/software/parted/parted.html"
 depends=('device-mapper')
 makedepends=('pkg-config')
-install=parted.install
 source=("http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz"
         'parted-735669-fat16-crash-v1.patch')
 md5sums=('0247b6a7b314f8edeb618159fa95f9cb'

Deleted: parted.install
===================================================================
--- parted.install	2016-05-05 07:14:30 UTC (rev 266916)
+++ parted.install	2016-05-05 07:15:58 UTC (rev 266917)
@@ -1,18 +0,0 @@
-info_dir=/usr/share/info
-info_files=(parted.info)
-
-post_install() {
-  for f in ${info_files[@]}; do
-    install-info ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install
-}
-
-pre_remove() {
-  for f in ${info_files[@]}; do
-    install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
-  done
-}



More information about the arch-commits mailing list