summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
-rw-r--r--z-dir-jump-git.install7
3 files changed, 0 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 51af89c634ec..34cb5a62250c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,6 @@ pkgbase = z-dir-jump-git
pkgver = 20160822
pkgrel = 1
url = https://github.com/rupa/z
- install = z-dir-jump-git.install
arch = any
license = unknown
makedepends = git
diff --git a/PKGBUILD b/PKGBUILD
index 481b1dce0258..182cc0df95b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,7 +18,6 @@ conflicts=('z-dir-jump')
replaces=()
backup=()
options=()
-install="$pkgname.install"
changelog=
source=("$pkgname::git://github.com/rupa/z.git")
md5sums=('SKIP')
diff --git a/z-dir-jump-git.install b/z-dir-jump-git.install
deleted file mode 100644
index 12f5df207d72..000000000000
--- a/z-dir-jump-git.install
+++ /dev/null
@@ -1,7 +0,0 @@
-post_install () {
- echo "Add 'source /usr/share/z/z.sh' in your .bashrc or .zshrc"
-}
-
-post_remove() {
- echo "remove 'source /usr/share/z/z.sh' from your .bashrc or .zshrc"
-} \ No newline at end of file