summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Husmann2016-06-10 02:52:30 +0200
committerStefan Husmann2016-06-10 02:52:30 +0200
commitc494724e06b901539c9a74389c3b28e6ce8a00ce (patch)
tree568e5292bb934a0255b38a1e1ff21159f75e963f
parent934f0881b44b410d486e2f6ddf3ae992012ee583 (diff)
downloadaur-c494724e06b901539c9a74389c3b28e6ce8a00ce.tar.gz
remove install file
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
-rw-r--r--guile-xcb-git.install19
3 files changed, 3 insertions, 24 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7ccbfb072210..a8438bc9d410 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
# Generated by mksrcinfo v8
-# Sat Mar 12 15:51:15 UTC 2016
+# Fri Jun 10 00:52:04 UTC 2016
pkgbase = guile-xcb-git
pkgdesc = Windowmanagement environment for guile
pkgver = r85.ec4712e
- pkgrel = 3
+ pkgrel = 4
url = http://www.markwitmer.com/guile-xcb/guile-wm.html
- install = guile-xcb-git.install
arch = any
license = GPL
makedepends = git
diff --git a/PKGBUILD b/PKGBUILD
index f5478d3e6caa..72b39f9410f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=guile-xcb-git
pkgver=r85.ec4712e
-pkgrel=3
+pkgrel=4
pkgdesc="Windowmanagement environment for guile"
arch=('any')
url="http://www.markwitmer.com/guile-xcb/guile-wm.html"
@@ -9,7 +9,6 @@ license=('GPL')
makedepends=('git')
provides=('guile-xcb')
conflicts=('guile-xcb')
-install=$pkgname.install
source=("git+https://github.com/mwitmer/guile-xcb")
md5sums=('SKIP')
_gitname="guile-xcb"
diff --git a/guile-xcb-git.install b/guile-xcb-git.install
deleted file mode 100644
index 2aabbb8737c9..000000000000
--- a/guile-xcb-git.install
+++ /dev/null
@@ -1,19 +0,0 @@
-info_dir=/usr/share/info
-
-post_install() {
- install-info ${info_dir}/guile-xcb.info.gz ${info_dir}/dir 2>/dev/null
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
- post_install $1
-}
-
-pre_remove() {
- install-info --delete ${info_dir}/guile-xcb.info.gz ${info_dir}/dir 2>/dev/null
-}
-
-post_remove() {
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-