summarylogtreecommitdiffstats
path: root/pstext.install
diff options
context:
space:
mode:
Diffstat (limited to 'pstext.install')
-rw-r--r--pstext.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/pstext.install b/pstext.install
new file mode 100644
index 000000000000..2996c1e47477
--- /dev/null
+++ b/pstext.install
@@ -0,0 +1,11 @@
+post_upgrade() {
+ mandb -q
+}
+
+post_remove() {
+ post_upgrade
+}
+
+post_install() {
+ post_upgrade
+}