summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryar2014-08-24 17:27:11 -0700
committeryar2017-03-15 12:38:27 -0700
commit72efe4b0c515851b2ebb554c50e82131802d9592 (patch)
treebba5ac25d3ff81727dc21f91f19a762aa2502615
parent4d32c7bbee53afc52a1e250a27ff3c2e62ea395b (diff)
downloadaur-72efe4b0c515851b2ebb554c50e82131802d9592.tar.gz
remove install message
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD9
-rw-r--r--urxvt-tabbedex-git.install14
3 files changed, 2 insertions, 24 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 85d0a1482774..8e97d73deb08 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,6 @@ pkgbase = urxvt-tabbedex-git
pkgver = 0.4.r9.g49c1514
pkgrel = 2
url = http://github.com/stepb/urxvt-tabbedex
- install = urxvt-tabbedex-git.install
arch = any
license = GPL
makedepends = git
@@ -13,9 +12,7 @@ pkgbase = urxvt-tabbedex-git
provides = urxvt-tabbedex
conflicts = urxvt-tabbedex
source = git+https://github.com/stepb/urxvt-tabbedex.git
- source = urxvt-tabbedex-git.install
md5sums = SKIP
- md5sums = a07c8a1c46379ab763a113d3d9f4111e
pkgname = urxvt-tabbedex-git
diff --git a/PKGBUILD b/PKGBUILD
index d049f983030f..fb30bb89aad3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,11 +13,8 @@ depends=('rxvt-unicode')
makedepends=('git')
provides=('urxvt-tabbedex')
conflicts=('urxvt-tabbedex')
-install=urxvt-tabbedex-git.install
-source=('git+https://github.com/stepb/urxvt-tabbedex.git'
- 'urxvt-tabbedex-git.install')
-md5sums=('SKIP'
- 'a07c8a1c46379ab763a113d3d9f4111e')
+source=('git+https://github.com/stepb/urxvt-tabbedex.git')
+md5sums=('SKIP')
pkgver() {
cd urxvt-tabbedex
@@ -27,5 +24,3 @@ pkgver() {
package() {
install -Dm644 urxvt-tabbedex/tabbedex "$pkgdir"/usr/lib/urxvt/perl/tabbedex
}
-
-# vim: set ts=4 sw=4 noet:
diff --git a/urxvt-tabbedex-git.install b/urxvt-tabbedex-git.install
deleted file mode 100644
index b45deb1ac1ff..000000000000
--- a/urxvt-tabbedex-git.install
+++ /dev/null
@@ -1,14 +0,0 @@
-post_install () {
- echo "==> To enable tabbedex, place the following line in your X resources file"
- echo "==> URxvt.perl-ext-common: default,tabbedex"
- echo "==> If you don't have a X resources file set up, check the wiki."
- echo "==> For documentation see the urxvtperl man page (section on the tabbed"
- echo "==> extension), and also see the comments at the top of the tabbedex"
- echo "==> source code in /usr/lib/urxvt/perl/tabbedex."
-}
-
-post_upgrade () {
- post_install $1
-}
-
-# vim: set ts=4 sw=4 noet: