summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD1
-rw-r--r--lutris.install15
3 files changed, 1 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3d7aa2ee8415..cb7842b8b963 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
# Generated by mksrcinfo v8
-# Thu Mar 10 09:56:07 UTC 2016
+# Fri Aug 12 22:50:55 UTC 2016
pkgbase = lutris
pkgdesc = Open Gaming Platform
pkgver = 0.3.7.5
pkgrel = 1
url = https://lutris.net/
- install = lutris.install
arch = any
license = GPL3
makedepends = python2-setuptools
diff --git a/PKGBUILD b/PKGBUILD
index 72e398cf9753..81c3c2d0e399 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,6 @@ depends=('desktop-file-utils' 'hicolor-icon-theme' 'polkit' 'xorg-xrandr'
'python2-dbus' 'python2-gobject' 'python2-xdg' 'python2-yaml'
'xdg-user-dirs')
makedepends=('python2-setuptools')
-install='lutris.install'
source=("https://lutris.net/releases/lutris_${pkgver}.tar.xz")
sha256sums=('06ab74bcaa6bef125201a9ff8d8c500ceffc860689f591415f52d8d28f21ddfd')
diff --git a/lutris.install b/lutris.install
deleted file mode 100644
index c4361eea225a..000000000000
--- a/lutris.install
+++ /dev/null
@@ -1,15 +0,0 @@
-post_install() {
- glib-compile-schemas /usr/share/glib-2.0/schemas
- gtk-update-icon-cache -ftq usr/share/icons/hicolor
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
-
-# vim: ts=2 sw=2 et: