summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTarn Burton2016-05-26 07:36:59 -0400
committerTarn Burton2016-05-26 07:36:59 -0400
commitb618f106e349a7aded16ddce58a817ae824d9e6f (patch)
treed23604cd5f1be869aec5a8944d21614c7d181516
parentae8e704e632d55077079319f4d3bd2ae44e22eee (diff)
downloadaur-b618f106e349a7aded16ddce58a817ae824d9e6f.tar.gz
Update install
-rw-r--r--.SRCINFO4
-rwxr-xr-xPKGBUILD2
-rwxr-xr-xcadabra.install30
3 files changed, 7 insertions, 29 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5a43bf2d6fe5..afd729ea7053 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Thu May 26 11:34:52 UTC 2016
pkgbase = cadabra
pkgdesc = A computer algebra system designed specifically for the solution of problems encountered in field theory.
pkgver = 1.33
- pkgrel = 5
+ pkgrel = 6
url = http://cadabra.phi-sci.com/
install = cadabra.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 8c6e30fa9999..b00ab03af9a5 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=cadabra
pkgver=1.33
-pkgrel=5
+pkgrel=6
pkgdesc="A computer algebra system designed specifically for the solution of problems encountered in field theory."
arch=('i686' 'x86_64')
url="http://cadabra.phi-sci.com/"
diff --git a/cadabra.install b/cadabra.install
index 843f01a310f2..bcc3dee5aab4 100755
--- a/cadabra.install
+++ b/cadabra.install
@@ -1,35 +1,11 @@
-# arg 1: the new package version
-pre_install() {
- /bin/true
-}
-
-# arg 1: the new package version
post_install() {
- /bin/true
-}
-
-# arg 1: the new package version
-# arg 2: the old package version
-pre_upgrade() {
- /bin/true
+ mktexlsr
}
-# arg 1: the new package version
-# arg 2: the old package version
post_upgrade() {
- post_install
+ post_install $1
}
-# arg 1: the old package version
-pre_remove() {
- /bin/true
-}
-
-# arg 1: the old package version
post_remove() {
- /bin/true
+ post_install $1
}
-
-op=$1
-shift
-$op $*