summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2012-09-11 18:02:40 +0200
committerSlávek Banko <slavek.banko@axis.cz>2012-09-14 03:03:12 +0200
commite210e2de4c7e10eaf435a1004f6ba687cd59c591 (patch)
tree5b29de70d19a0ac122bfa1ca615838b3a4457634
parent92c0cdc5f14aeb1a8259b103a2d3388d616ee6db (diff)
downloadtde-packaging-e210e2de4c7e10eaf435a1004f6ba687cd59c591.tar.gz
tde-packaging-e210e2de4c7e10eaf435a1004f6ba687cd59c591.zip
Move man pages to /opt/trinity in koffice on Debian and Ubuntu
(cherry picked from commit 296f9a72a15709617cb310ba82d439c0d6ef0719)
-rwxr-xr-xdebian/lenny/applications/koffice/debian/rules3
-rwxr-xr-xdebian/squeeze/applications/koffice/debian/rules3
-rwxr-xr-xubuntu/maverick/applications/koffice/debian/rules3
3 files changed, 9 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
diff --git a/debian/squeeze/applications/koffice/debian/rules b/debian/squeeze/applications/koffice/debian/rules
index 705f50a19..c24e29fbc 100755
--- a/debian/squeeze/applications/koffice/debian/rules
+++ b/debian/squeeze/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
diff --git a/ubuntu/maverick/applications/koffice/debian/rules b/ubuntu/maverick/applications/koffice/debian/rules
index 705f50a19..c24e29fbc 100755
--- a/ubuntu/maverick/applications/koffice/debian/rules
+++ b/ubuntu/maverick/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