summarylogtreecommitdiffstats
path: root/calibre-common-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-common-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-common-git.install')
-rw-r--r--calibre-common-git.install4
1 files changed, 4 insertions, 0 deletions
diff --git a/calibre-common-git.install b/calibre-common-git.install
new file mode 100644
index 000000000000..3607d6becd6a
--- /dev/null
+++ b/calibre-common-git.install
@@ -0,0 +1,4 @@
+post_remove() {
+ rm -f /usr/lib/calibre/bin
+ rmdir /usr/lib/calibre/
+}