summarylogtreecommitdiffstats
path: root/calibre-git.install
diff options
context:
space:
mode:
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
+}