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

Antonio Rojas arojas at archlinux.org
Sat May 7 12:40:26 UTC 2016


    Date: Saturday, May 7, 2016 @ 14:40:26
  Author: arojas
Revision: 174092

Hooks

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

--------------------+
 PKGBUILD           |    3 +--
 dvdisaster.install |   11 -----------
 2 files changed, 1 insertion(+), 13 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-07 12:34:13 UTC (rev 174091)
+++ PKGBUILD	2016-05-07 12:40:26 UTC (rev 174092)
@@ -3,7 +3,7 @@
 
 pkgname=dvdisaster
 pkgver=0.72.6
-pkgrel=2
+pkgrel=3
 pkgdesc="Provides a margin of safety against data loss on CD and DVD media caused by aging or scratches"
 arch=('i686' 'x86_64')
 url="http://www.dvdisaster.com/"
@@ -10,7 +10,6 @@
 license=('GPL')
 depends=('gtk2')
 options=('!makeflags')
-install=dvdisaster.install
 source=(http://dvdisaster.net/downloads/${pkgname}-${pkgver}.tar.bz2
         ${pkgname}-${pkgver}.tar.bz2.sig::http://dvdisaster.net/downloads/${pkgname}-${pkgver}.tar.bz2.gpg)
 sha1sums=('eae45e40c2923c7d5c5a01f16470258aa45734ff'

Deleted: dvdisaster.install
===================================================================
--- dvdisaster.install	2016-05-07 12:34:13 UTC (rev 174091)
+++ dvdisaster.install	2016-05-07 12:40:26 UTC (rev 174092)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}



More information about the arch-commits mailing list