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

Evangelos Foutras foutrelis at archlinux.org
Wed Jun 1 10:23:05 UTC 2011


    Date: Wednesday, June 1, 2011 @ 06:23:05
  Author: foutrelis
Revision: 126069

upgpkg: dvdrip 0.98.11-8
Rebuild to fix the file conflicts reported in FS#24527.

Modified:
  dvdrip/trunk/PKGBUILD
  dvdrip/trunk/dvdrip.install

----------------+
 PKGBUILD       |    2 +-
 dvdrip.install |   12 ++----------
 2 files changed, 3 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-06-01 08:48:54 UTC (rev 126068)
+++ PKGBUILD	2011-06-01 10:23:05 UTC (rev 126069)
@@ -4,7 +4,7 @@
 
 pkgname=dvdrip
 pkgver=0.98.11
-pkgrel=7
+pkgrel=8
 pkgdesc="A Gtk frontend for transcode writen in Perl"
 arch=('i686' 'x86_64')
 license=('custom')

Modified: dvdrip.install
===================================================================
--- dvdrip.install	2011-06-01 08:48:54 UTC (rev 126068)
+++ dvdrip.install	2011-06-01 10:23:05 UTC (rev 126069)
@@ -1,19 +1,11 @@
-# this is the scrollkeeper handling sample file
-
 post_install() {
-  echo "update desktop mime database..."
   update-desktop-database -q
 }
 
 post_upgrade() {
-  post_install $1
+  post_install
 }
 
-pre_remove() {
-  /bin/true
-}
-
 post_remove() {
-  echo "update desktop mime database..."
-  update-desktop-database -q
+  post_install
 }




More information about the arch-commits mailing list