summaryrefslogtreecommitdiffstats
path: root/debian/lenny
diff options
context:
space:
mode:
Diffstat (limited to 'debian/lenny')
-rwxr-xr-xdebian/lenny/applications/koffice/debian/rules3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/lenny/applications/koffice/debian/rules b/debian/lenny/applications/koffice/debian/rules
index 1a069fa77..93b117f1d 100755
--- a/debian/lenny/applications/koffice/debian/rules
+++ b/debian/lenny/applications/koffice/debian/rules
@@ -41,4 +41,7 @@ common-binary-post-install-arch::
usr/share/doc/$$pkg/html; \
fi; \
dh_installmime -p$$pkg; \
+ if test -d debian/$$pkg/usr/share/man; then\
+ mv debian/$$pkg/usr/share/man debian/$$pkg/opt/trinity/share/; \
+ fi; \
done