summarylogtreecommitdiffstats
path: root/progit2-git.install
diff options
context:
space:
mode:
Diffstat (limited to 'progit2-git.install')
-rw-r--r--progit2-git.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/progit2-git.install b/progit2-git.install
new file mode 100644
index 000000000000..8202977471d5
--- /dev/null
+++ b/progit2-git.install
@@ -0,0 +1,9 @@
+# arg 1: the new package version
+# arg 2: the old package version
+post_upgrade() {
+
+ cat << EOF
+==> The progit2 book has been installed to /usr/share/doc/progit2/
+EOF
+
+}