summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Husmann2016-06-10 02:54:18 +0200
committerStefan Husmann2016-06-10 02:54:18 +0200
commit563ff860c6f74f8c703080a7c07212430e249af8 (patch)
tree4ec22f036602366081af2797229db894d41a0094
parentac9e372750453aab629e3bd84564251813e5a08a (diff)
downloadaur-563ff860c6f74f8c703080a7c07212430e249af8.tar.gz
remove install file
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
-rw-r--r--thesis.install14
3 files changed, 4 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3524dd1c0017..885aa843294c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,10 @@
+# Generated by mksrcinfo v8
+# Fri Jun 10 00:54:03 UTC 2016
pkgbase = thesis
pkgdesc = Two LaTeX classes for bigger, thesis-like documents
pkgver = 1.0
- pkgrel = 4
+ pkgrel = 5
url = http://dante.ctan.org/CTAN/help/Catalogue/entries/thesis.html#Visit
- install = thesis.install
arch = any
license = LPPL
depends = texlive-core
diff --git a/PKGBUILD b/PKGBUILD
index 128cd7fdbf73..c8df4dd7344e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,12 @@
# Contributor: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=thesis
pkgver=1.0
-pkgrel=4
+pkgrel=5
pkgdesc="Two LaTeX classes for bigger, thesis-like documents"
url="http://dante.ctan.org/CTAN/help/Catalogue/entries/thesis.html#Visit"
arch=('any')
license=('LPPL')
depends=('texlive-core')
-install=thesis.install
source=(http://dante.ctan.org/CTAN/macros/latex/contrib/$pkgname.zip)
md5sums=('8c6e19dfbbd919c84abf939f12d8a8b9')
diff --git a/thesis.install b/thesis.install
deleted file mode 100644
index a86478bd65c7..000000000000
--- a/thesis.install
+++ /dev/null
@@ -1,14 +0,0 @@
-# arg 1: the new package version
-post_install() {
- texconfig-sys rehash
-}
-
-post_upgrade() {
- texconfig-sys rehash
-}
-
-op=$1
-shift
-[ "$(type -t "$op")" = "function" ] && $op "$@"
-
-# vim:set ts=2 sw=2 et: