summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Griffis2016-04-27 16:29:22 -0400
committerPatrick Griffis2016-04-27 16:29:22 -0400
commit89c4b6ace5109b69cd5e0f01e3d63b68c01a9dc0 (patch)
treed8bd76a56b51f9b2e079dbe742486a0d58601aea
parent637a65f8db0b35da4a3caa8f3f6b146a7989af75 (diff)
downloadaur-89c4b6ace5109b69cd5e0f01e3d63b68c01a9dc0.tar.gz
Remove install file
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
-rw-r--r--sysprof2.install13
3 files changed, 0 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 49b988f94cb4..bd6e997fec1a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,6 @@ pkgbase = sysprof2-git
pkgver = 3.20.0.r25.gb97425b
pkgrel = 1
url = https://github.com/chergert/sysprof2
- install = sysprof2.install
arch = i686
arch = x86_64
arch = armv6h
diff --git a/PKGBUILD b/PKGBUILD
index 0b2e53d457e5..2839fb3f1ff2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,6 @@ license=('GPL3')
options=('!libtool')
depends=('gtk3' 'polkit')
makedepends=('intltool' 'git' 'autoconf-archive')
-install='sysprof2.install'
provides=('sysprof')
conflicts=('sysprof')
source=('git+https://git.gnome.org/browse/sysprof')
diff --git a/sysprof2.install b/sysprof2.install
deleted file mode 100644
index c25db12801ae..000000000000
--- a/sysprof2.install
+++ /dev/null
@@ -1,13 +0,0 @@
-post_install() {
- update-desktop-database -q
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
- glib-compile-schemas usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
-}