summarylogtreecommitdiffstats
path: root/emacspeak-git.install
diff options
context:
space:
mode:
Diffstat (limited to 'emacspeak-git.install')
-rw-r--r--emacspeak-git.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/emacspeak-git.install b/emacspeak-git.install
new file mode 100644
index 000000000000..399c46a93a32
--- /dev/null
+++ b/emacspeak-git.install
@@ -0,0 +1,13 @@
+INFO_DIR=/usr/share/info
+
+post_install() {
+ install-info ${INFO_DIR}/emacspeak*.info.gz ${INFO_DIR}/dir 2> /dev/null
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+pre_remove() {
+ install-info --delete ${INFO_DIR}/emacspeak*.info.gz ${INFO_DIR}/dir 2> /dev/null
+}