summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Brulhart2016-05-20 10:21:59 +0200
committerSimon Brulhart2016-05-20 10:21:59 +0200
commit4b0968fe3b0dbf36a66443b9f9502a80bc44439d (patch)
treef030d2fd0ba25743283178ce4541349bb0fe6a54
parentf1f1743f672c9921b1eda6264a038a8c2baa3835 (diff)
downloadaur-4b0968fe3b0dbf36a66443b9f9502a80bc44439d.tar.gz
Remove now useless gnome-mpv.install
Everything is already handled in alpm post-hooks Thanks @TingPing
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
-rw-r--r--gnome-mpv.install13
3 files changed, 3 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3f6dcc44a4d2..f4a69dd0b63f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
# Generated by mksrcinfo v8
-# Tue Apr 19 08:46:55 UTC 2016
+# Fri May 20 08:21:17 UTC 2016
pkgbase = gnome-mpv-git
pkgdesc = GNOME frontend for MPV
- pkgver = 0.8.r1.g888edf5
+ pkgver = 0.9.r2.g0b76944
pkgrel = 1
url = https://github.com/gnome-mpv/gnome-mpv
- install = gnome-mpv.install
arch = i686
arch = x86_64
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index 9b6c3f10741c..cc36d4b7ef79 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Suhaimi Ghazali <serdotlinecho@gmail.com>
pkgname=gnome-mpv-git
-pkgver=0.8.r1.g888edf5
+pkgver=0.9.r2.g0b76944
pkgrel=1
pkgdesc="GNOME frontend for MPV"
arch=('i686' 'x86_64')
@@ -11,7 +11,6 @@ license=('GPL3')
depends=('gtk3' 'mpv')
makedepends=('git' 'intltool' 'autoconf-archive' 'appstream-glib')
optdepends=('youtube-dl: for video-sharing websites playback')
-install=gnome-mpv.install
conflicts=('gnome-mpv')
source=("$pkgname::git+https://github.com/gnome-mpv/gnome-mpv.git")
md5sums=('SKIP')
diff --git a/gnome-mpv.install b/gnome-mpv.install
deleted file mode 100644
index e148c50d80eb..000000000000
--- a/gnome-mpv.install
+++ /dev/null
@@ -1,13 +0,0 @@
-post_install() {
- glib-compile-schemas /usr/share/glib-2.0/schemas
- update-desktop-database -q
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}