summarylogtreecommitdiffstats
path: root/cadabra.install
diff options
context:
space:
mode:
authorTarn Burton2016-05-26 07:36:59 -0400
committerTarn Burton2016-05-26 07:36:59 -0400
commitb618f106e349a7aded16ddce58a817ae824d9e6f (patch)
treed23604cd5f1be869aec5a8944d21614c7d181516 /cadabra.install
parentae8e704e632d55077079319f4d3bd2ae44e22eee (diff)
downloadaur-cadabra.tar.gz
Update install
Diffstat (limited to 'cadabra.install')
-rwxr-xr-xcadabra.install30
1 files changed, 3 insertions, 27 deletions
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 $*