summaryrefslogtreecommitdiff
path: root/pcr/wdiff/wdiff.install
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/wdiff/wdiff.install')
-rw-r--r--pcr/wdiff/wdiff.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/pcr/wdiff/wdiff.install b/pcr/wdiff/wdiff.install
new file mode 100644
index 000000000..40c5b92fc
--- /dev/null
+++ b/pcr/wdiff/wdiff.install
@@ -0,0 +1,13 @@
+infodir=/usr/share/info
+
+post_install() {
+ install-info $infodir/wdiff.info $infodir/dir 2> /dev/null
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+pre_remove() {
+ install-info --delete $infodir/wdiff.info $infodir/dir 2> /dev/null
+}