summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD1
-rw-r--r--abntex.install17
3 files changed, 2 insertions, 19 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e488c3c4e6e7..f2b2636a1b3c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,10 @@
+# Generated by mksrcinfo v8
+# Sat Nov 5 02:37:44 UTC 2016
pkgbase = abntex
pkgdesc = LaTeX class for writing documents conforming to ABNT standard (legacy).
pkgver = 0.9_beta2
pkgrel = 2
url = http://abntex.sourceforge.net/
- install = abntex.install
arch = i686
arch = x86_64
license = LPPL
diff --git a/PKGBUILD b/PKGBUILD
index 1005c7d309bd..76299608e4c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,6 @@ arch=('i686' 'x86_64')
url="http://abntex.sourceforge.net/"
license=('LPPL')
depends=('texlive-core')
-install=$pkgname.install
source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${_pkgver}.tar.gz")
md5sums=('4c5bc2d5388ddf03df754072116ab1f8')
diff --git a/abntex.install b/abntex.install
deleted file mode 100644
index aab5fac4d250..000000000000
--- a/abntex.install
+++ /dev/null
@@ -1,17 +0,0 @@
-# arg 1: the new package version
-post_install() {
- texconfig-sys rehash
- updmap-sys --quiet --nohash
-}
-
-# arg 1: the new package version
-# arg 2: the old package version
-post_upgrade() {
- post_install
-}
-
-# arg 1: the old package version
-post_remove() {
- post_install
-}
-