summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavi da Silva Böger2016-11-05 00:38:14 -0200
committerDavi da Silva Böger2016-11-05 00:38:14 -0200
commitcf092ce512aa7ab81573463f6e7fc36c7197ade2 (patch)
tree21daa2b26f4bb0ea5e62c9cf94fd7d8c380c7060
parentdf2b2e20f0245f1a7967ffb6ae212ce442a073ed (diff)
downloadaur-abntex.tar.gz
Remove unneeded install script
-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
-}
-