summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavi da Silva Böger2016-11-05 00:50:48 -0200
committerDavi da Silva Böger2016-11-05 00:50:48 -0200
commit119c6ccb4354e8895c2bdb65eafee90ab5b7b948 (patch)
treed0c81581f2ca828d687489a7efbffbc77226bfc4
parent0e29443b85d6f9621c75aa5e4ed354d896f24523 (diff)
downloadaur-texlive-sbc-article.tar.gz
Remove unneeded install script
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD1
-rw-r--r--texlive-sbc-article.install17
3 files changed, 1 insertions, 20 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 47e34fcc979e..a3b76bcc8433 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
# Generated by mksrcinfo v8
-# Thu Jan 28 18:38:09 UTC 2016
+# Sat Nov 5 02:50:26 UTC 2016
pkgbase = texlive-sbc-article
pkgdesc = LaTeX style for Brazilian Computer Society conference papers
pkgver = 20111103
pkgrel = 2
url = http://www.sbc.org.br/documentos-da-sbc/category/169-templates-para-artigos-e-capitulos-de-livros
- install = texlive-sbc-article.install
arch = any
license = LPPL
makedepends = unrar
diff --git a/PKGBUILD b/PKGBUILD
index dc52b122bb94..598196e46f46 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,6 @@ url="http://www.sbc.org.br/documentos-da-sbc/category/169-templates-para-artigos
license=('LPPL')
depends=('texlive-core')
makedepends=('unrar')
-install=$pkgname.install
_filename='sbc-article.rar'
source=("$_filename::http://www.sbc.org.br/documentos-da-sbc/send/169-templates-para-artigos-e-capitulos-de-livros/878-modelosparapublicaodeartigos")
sha512sums=('ca5304e417dc81642b64fcaed96af68dec74839759d29d2138baa2ca4d600592294c09641bdf25c3288c0e1eb0db8109d8ca0f2498ef5efc63c582b1ba76330f')
diff --git a/texlive-sbc-article.install b/texlive-sbc-article.install
deleted file mode 100644
index aab5fac4d250..000000000000
--- a/texlive-sbc-article.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
-}
-