summarylogtreecommitdiffstats
path: root/calibre-git.install
diff options
context:
space:
mode:
authorEli Schwartz2019-11-22 01:19:46 -0500
committerEli Schwartz2019-11-22 01:28:13 -0500
commit11233000db4048bf82e95efd81a34c9694824f1e (patch)
treedea20e966eebcdfadfc877f48f82253660f04c5a /calibre-git.install
parent78149a1199946b0da0c6bd9acca94346dc839da3 (diff)
downloadaur-11233000db4048bf82e95efd81a34c9694824f1e.tar.gz
upgpkg: calibre-git 4.4.0.r3.g8d07d6bf55-1
Better split package that lets either/or python2 / python3 be installed. Comes with an 'alternatives' script which selects which one to use, because pacman doesn't have this builtin (yet). Common files are stored in a '-common' split package.
Diffstat (limited to 'calibre-git.install')
-rw-r--r--calibre-git.install7
1 files changed, 7 insertions, 0 deletions
diff --git a/calibre-git.install b/calibre-git.install
new file mode 100644
index 000000000000..4ce7e56d6b13
--- /dev/null
+++ b/calibre-git.install
@@ -0,0 +1,7 @@
+post_install() {
+ calibre-alternatives set
+}
+
+post_upgrade() {
+ calibre-alternatives set
+}