summarylogtreecommitdiffstats
path: root/man-pages-ja.install
diff options
context:
space:
mode:
Diffstat (limited to 'man-pages-ja.install')
-rw-r--r--man-pages-ja.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/man-pages-ja.install b/man-pages-ja.install
new file mode 100644
index 000000000000..029a8b4ecc63
--- /dev/null
+++ b/man-pages-ja.install
@@ -0,0 +1,13 @@
+post_install() {
+ set -x
+ makewhatis -v
+ mandb
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}