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

Giovanni Scafora giovanni at archlinux.org
Sat Jul 18 15:33:04 UTC 2009


    Date: Saturday, July 18, 2009 @ 11:33:04
  Author: giovanni
Revision: 46486

Modified:
  vlc/trunk/PKGBUILD
  vlc/trunk/vlc.install

-------------+
 PKGBUILD    |    2 +-
 vlc.install |    5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-07-18 15:20:00 UTC (rev 46485)
+++ PKGBUILD	2009-07-18 15:33:04 UTC (rev 46486)
@@ -4,7 +4,7 @@
 
 pkgname=vlc
 pkgver=1.0.0
-pkgrel=4
+pkgrel=5
 pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player"
 arch=('i686' 'x86_64')
 url="http://www.videolan.org/vlc/"

Modified: vlc.install
===================================================================
--- vlc.install	2009-07-18 15:20:00 UTC (rev 46485)
+++ vlc.install	2009-07-18 15:33:04 UTC (rev 46486)
@@ -1,11 +1,14 @@
 post_install() {
   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
 }
 
 post_upgrade() {
-  post_install $1
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
 }
 
 post_remove() {
   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
 }




More information about the arch-commits mailing list