summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Husmann2016-06-07 00:15:19 +0200
committerStefan Husmann2016-06-07 00:15:19 +0200
commit290260d0ebb491ea49a1f5915bc4009b89b6be1f (patch)
tree54a7d28f4b8555c4fbf6b71f6f60ab2a987c4beb
parent042421f4b98b3c82c5594eb29529cbb4835be40f (diff)
downloadaur-290260d0ebb491ea49a1f5915bc4009b89b6be1f.tar.gz
package function, remove install file
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
-rw-r--r--xindy.install11
3 files changed, 5 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 02aa09db7859..6be56d2f28b3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,10 @@
+# Generated by mksrcinfo v8
+# Mon Jun 6 22:14:32 UTC 2016
pkgbase = xindy.sty
pkgdesc = A small LaTeX package to use the xindy insdexing system
pkgver = 1.1beta
- pkgrel = 2
+ pkgrel = 3
url = http://xindy.sourceforge.net/html-mail-archive/msg00025.html
- install = xindy.install
arch = any
license = custom
depends = texlive-core
diff --git a/PKGBUILD b/PKGBUILD
index 2b4d80ee6933..a12523e03f6c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=xindy.sty
pkgver=1.1beta
-pkgrel=2
+pkgrel=3
pkgdesc="A small LaTeX package to use the xindy insdexing system"
url="http://xindy.sourceforge.net/html-mail-archive/msg00025.html"
arch=('any')
@@ -12,9 +12,8 @@ source=(xindy.ins xindy.dtx license)
md5sums=('f64d5cb43c1a1012ff11987a30f7ff16'
'9d91d1fbe616f562b3da2e500daeef8a'
'3af4ea17568fc731da6ffeecf646c236')
-install=xindy.install
-build() {
+package() {
for _suffix in sty drv toc aux pdf glo log
do
[[ -f ${_suffix} ]] && rm xindy.${_suffix}
diff --git a/xindy.install b/xindy.install
deleted file mode 100644
index c1cd62bc9f68..000000000000
--- a/xindy.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install() {
- texconfig-sys rehash
-}
-
-post_upgrade() {
- texconfig-sys rehash
-}
-
-post_remove() {
- texconfig-sys rehash
-}