summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Fontenelle2016-05-08 10:30:21 -0300
committerRafael Fontenelle2016-05-08 10:30:21 -0300
commit61048997cfd365e57012df7247cf0e9200c54670 (patch)
tree569a387bdde021fca41bef05dcbeb42d57547afa
parentacb8bb7d4843d1414b07607bf160529cd6c354c6 (diff)
downloadaur-61048997cfd365e57012df7247cf0e9200c54670.tar.gz
Remove instructions in favor of pacman's hooks
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
-rw-r--r--gnome-2048.install11
3 files changed, 2 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 431ad92dd726..5a9426619373 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
# Generated by mksrcinfo v8
-# Sun May 8 08:51:24 UTC 2016
+# Sun May 8 13:29:47 UTC 2016
pkgbase = gnome-2048-git
pkgdesc = Obtain the 2048 tile
pkgver = 3.20.1.r178.38bd300
pkgrel = 1
url = https://wiki.gnome.org/Apps/2048
- install = gnome-2048.install
arch = i686
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 939e12b4685c..6c0fc2f9cc5a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,4 @@
-# Maintainer: Rafael Ferreira <rafael.f.f1@gmail.com>
+# Maintainer: rafaelff <rafaelff@gnome.org>
_name=gnome-2048
pkgname=$_name-git
@@ -11,7 +11,6 @@ license=('GPL')
depends=('clutter-gtk' 'libgee' 'libgames-support-git')
makedepends=('vala' 'yelp-tools' 'gnome-common' 'intltool' 'git' 'appstream-glib')
options=(!libtool)
-install=$_name.install
provides=($_name)
conflicts=($_name)
source=(git+https://git.gnome.org/browse/$_name)
diff --git a/gnome-2048.install b/gnome-2048.install
deleted file mode 100644
index 8cd7bfd8ba3b..000000000000
--- a/gnome-2048.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install() {
- glib-compile-schemas usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
- glib-compile-schemas usr/share/glib-2.0/schemas
-}
-
-post_remove() {
- glib-compile-schemas usr/share/glib-2.0/schemas
-}