author | Antonio Rojas
<arojas@archlinux.org> 2016-05-04 18:09:12 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2016-05-04 18:09:12 UTC |
parent | e1e5a9f0c87b4f024b125ac2d97be215e38c65eb |
PKGBUILD | +1 | -1 |
vlc.install | +0 | -7 |
diff --git a/PKGBUILD b/PKGBUILD index add26c0..aae39f9 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,7 +4,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/" diff --git a/vlc.install b/vlc.install index dc4961c..7aa8741 100644 --- a/vlc.install +++ b/vlc.install @@ -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 @@ post_upgrade() { pre_remove() { rm -f usr/lib/vlc/plugins/plugins-*.dat } - -post_remove() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null - update-desktop-database -q -}