summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavi da Silva Böger2016-11-05 00:53:51 -0200
committerDavi da Silva Böger2016-11-05 00:53:51 -0200
commit589ef6ac404d817a4eac741a46580b4d05ce3b53 (patch)
tree6cf7d34a71ceadb046c3c0d5c0d5b8463cf1e133
parenta255b2a8914e001196f8f8c1b89ead6953896ba5 (diff)
downloadaur-589ef6ac404d817a4eac741a46580b4d05ce3b53.tar.gz
Remove unneeded install script
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD1
-rw-r--r--texlive-sbc-bookchapter.install17
3 files changed, 1 insertions, 20 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 74856451b05a..b7c097644d23 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
# Generated by mksrcinfo v8
-# Thu Jan 28 18:38:56 UTC 2016
+# Sat Nov 5 02:53:31 UTC 2016
pkgbase = texlive-sbc-bookchapter
pkgdesc = LaTeX class for Brazilian Computer Society book chapters
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-bookchapter.install
arch = any
license = LPPL
depends = texlive-core
diff --git a/PKGBUILD b/PKGBUILD
index b97b2ddf4701..89b45a5ce9ce 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')
optdepends=('texlive-sbc-article: for sbc bibtex style')
-install=$pkgname.install
_filename='sbc-bookchapter.zip'
source=("$_filename::http://www.sbc.org.br/documentos-da-sbc/send/169-templates-para-artigos-e-capitulos-de-livros/879-modeloparapublicaodecaptulosdelivros")
sha512sums=('4521c246c0840c65ca2c66a308da82b3449d37f2bf610220a8af62e98edfdecf6b5095cdead945fe493ac968d0f4ff3ea838057fda731481d93edb077e6b4e21')
diff --git a/texlive-sbc-bookchapter.install b/texlive-sbc-bookchapter.install
deleted file mode 100644
index aab5fac4d250..000000000000
--- a/texlive-sbc-bookchapter.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
-}
-