summarylogtreecommitdiffstats
path: root/katawa-shoujo.install
diff options
context:
space:
mode:
Diffstat (limited to 'katawa-shoujo.install')
-rw-r--r--katawa-shoujo.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/katawa-shoujo.install b/katawa-shoujo.install
new file mode 100644
index 000000000000..266bcf1db5cd
--- /dev/null
+++ b/katawa-shoujo.install
@@ -0,0 +1,11 @@
+post_install() {
+ echo
+ echo "==> You can find game manual at"
+ echo "==> /usr/share/doc/katawa-shoujo/gamemanual.pdf"
+ echo
+}
+
+post_upgrade() {
+ post_install
+}
+