summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavi da Silva Böger2016-11-05 00:53:14 -0200
committerDavi da Silva Böger2016-11-05 00:53:14 -0200
commitc9e7e04c499a40c0143d9dd28ece0d94687e89df (patch)
treec3c4b47e02df4b6c2a4f7e9b459ad0dd618c2ebe
parentbad94866b4b70600a5ff3b8dcc2de8078cc281a6 (diff)
downloadaur-texlive-ufsc-thesis.tar.gz
Remove unneeded install script
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD1
-rw-r--r--texlive-ufsc-thesis.install17
3 files changed, 2 insertions, 19 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5df23ee9b94d..8851adf0ba33 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,10 @@
+# Generated by mksrcinfo v8
+# Sat Nov 5 02:52:55 UTC 2016
pkgbase = texlive-ufsc-thesis
pkgdesc = LaTeX class for Federal University of Santa Catarina (UFSC) theses
pkgver = 20151005
pkgrel = 1
url = http://portal.bu.ufsc.br/normas-e-procedimentos/normalizacao/
- install = texlive-ufsc-thesis.install
arch = any
license = GPL
depends = abntex
diff --git a/PKGBUILD b/PKGBUILD
index 636fc2ae70f8..fdb7fc6afb08 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,6 @@ arch=('any')
url="http://portal.bu.ufsc.br/normas-e-procedimentos/normalizacao/"
license=('GPL')
depends=('abntex')
-install=$pkgname.install
source=("http://portal.bu.ufsc.br/files/2013/10/template-tex-2015.zip")
sha512sums=('61d768fe9de94df61c62c527f8e602572c4d1e9035e476d92c84d093f37cfbf46bceb3a1a9ae1b33e2b377089f9c514e37a5b8ddd29d0306dc0e468004d8a860')
diff --git a/texlive-ufsc-thesis.install b/texlive-ufsc-thesis.install
deleted file mode 100644
index aab5fac4d250..000000000000
--- a/texlive-ufsc-thesis.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
-}
-