summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Husmann2016-06-08 21:01:09 +0200
committerStefan Husmann2016-06-08 21:01:09 +0200
commit25efc096c7bb420fa99502e94b6354fda728c88f (patch)
tree331d4ece71bb648fa6e5631ed7e7fb0902a48870
parent12eaeaed7af9b885f188da748337db44991f128a (diff)
downloadaur-25efc096c7bb420fa99502e94b6354fda728c88f.tar.gz
remove install file
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
-rw-r--r--vm.install27
3 files changed, 4 insertions, 31 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 20210cb07e51..3686bee99deb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,10 @@
+# Generated by mksrcinfo v8
+# Wed Jun 8 19:01:09 UTC 2016
pkgbase = vm-bzr
pkgdesc = View Mail for Emacs
pkgver = 8.2.0b1.r1506
- pkgrel = 1
+ pkgrel = 2
url = https://launchpad.net/vm
- install = vm.install
arch = i686
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 5a9dd2f13b24..940cac7fe8b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=vm-bzr
pkgver=8.2.0b1.r1506
-pkgrel=1
+pkgrel=2
pkgdesc="View Mail for Emacs"
arch=('i686' 'x86_64')
url="https://launchpad.net/vm"
@@ -13,7 +13,6 @@ optdepends=('mailcrypt: for encrypted mails'
provides=('vm')
conflicts=('vm')
options=('!makeflags')
-install=vm.install
source=("vm::bzr+https://code.launchpad.net/~vm/vm/trunk/")
md5sums=('SKIP')
_bzrmod="vm"
diff --git a/vm.install b/vm.install
deleted file mode 100644
index 6740c836f796..000000000000
--- a/vm.install
+++ /dev/null
@@ -1,27 +0,0 @@
-infodir=/usr/share/info
-filelist=(vm-pcrisis.info vm.info)
-
-post_install() {
- [ -x usr/bin/install-info ] || return 0
- for file in ${filelist[@]}; do
- install-info $infodir/$file $infodir/dir 2> /dev/null
- done
- cat << EOF
-
-:: To make use of vm, add the following lines to your ~/.emacs
-(require 'vm-autoloads)
-:: Then run 'M-x vm' from within emacs.
-
-EOF
-}
-
-post_upgrade() {
- post_install $1
-}
-
-pre_remove() {
- [ -x usr/bin/install-info ] || return 0
- for file in ${filelist[@]}; do
- install-info --delete $infodir/$file $infodir/dir 2> /dev/null
- done
-} \ No newline at end of file