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

Antonio Rojas arojas at archlinux.org
Wed May 4 18:09:12 UTC 2016


    Date: Wednesday, May 4, 2016 @ 20:09:12
  Author: arojas
Revision: 266873

Hooks

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

-------------+
 PKGBUILD    |    2 +-
 vlc.install |    7 -------
 2 files changed, 1 insertion(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-04 17:57:42 UTC (rev 266872)
+++ PKGBUILD	2016-05-04 18:09:12 UTC (rev 266873)
@@ -5,7 +5,7 @@
 
 pkgname=vlc
 pkgver=2.2.3
-pkgrel=1
+pkgrel=2
 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	2016-05-04 17:57:42 UTC (rev 266872)
+++ vlc.install	2016-05-04 18:09:12 UTC (rev 266873)
@@ -1,7 +1,5 @@
 post_install() {
-    xdg-icon-resource forceupdate --theme hicolor &> /dev/null
     usr/lib/vlc/vlc-cache-gen -f /usr/lib/vlc/plugins
-    update-desktop-database -q
 }
 
 post_upgrade() {
@@ -11,8 +9,3 @@
 pre_remove() {
     rm -f usr/lib/vlc/plugins/plugins-*.dat
 }
-
-post_remove() {
-    xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-    update-desktop-database -q
-}



More information about the arch-commits mailing list