summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGordian Edenhofer2015-10-29 09:03:18 +0100
committerGordian Edenhofer2015-10-29 09:03:18 +0100
commit0ee9ad6b1c85b660bad67351db9b66554bfba797 (patch)
treed133b5b7dc0b815419cdba12caf962ebe60cefce
parent5e0de2f872762efa5e32cb12fba47fed3c2d18f0 (diff)
downloadaur-0ee9ad6b1c85b660bad67351db9b66554bfba797.tar.gz
Remove inappropriate .install
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
-rw-r--r--paper-gtk-theme-git.install7
3 files changed, 2 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 00adb8af7660..fc6f5d04037d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,8 @@
pkgbase = paper-gtk-theme-git
pkgdesc = A modern desktop theme suite. Its design is mostly flat with a minimal use of shadows for depth.
pkgver = 179.6a5f14c
- pkgrel = 1
+ pkgrel = 2
url = http://snwh.org/paper/theme/
- install = paper-gtk-theme-git.install
arch = any
license = GPL3
makedepends = git
diff --git a/PKGBUILD b/PKGBUILD
index a1d71c121cc1..582272f6916d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=paper-gtk-theme-git
_pkgname=paper-gtk-theme
pkgver=179.6a5f14c
-pkgrel=1
+pkgrel=2
pkgdesc="A modern desktop theme suite. Its design is mostly flat with a minimal use of shadows for depth."
arch=('any')
url="http://snwh.org/paper/theme/"
@@ -14,7 +14,6 @@ depends=('gtk-engine-murrine')
#optdepends=("python: scripts to simplify the rendering process"
# "inkscape: edit theme assets")
makedepends=('git')
-install=${pkgname}.install
source=("${_pkgname}"::"git+https://github.com/snwh/${_pkgname}.git")
md5sums=('SKIP')
diff --git a/paper-gtk-theme-git.install b/paper-gtk-theme-git.install
deleted file mode 100644
index 769fe1e433fc..000000000000
--- a/paper-gtk-theme-git.install
+++ /dev/null
@@ -1,7 +0,0 @@
-post_install() {
- gtk-update-icon-cache -q /usr/share/icons/Paper
-}
-
-post_upgrade() {
- post_install
-}