summaryrefslogtreecommitdiffstats
path: root/debian
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-11 18:04:44 +0200
commit296f9a72a15709617cb310ba82d439c0d6ef0719 (patch)
treef3c3f8f0a032653e5f9d6ea850383e02522f8c91 /debian
parentc69475d8f2f2b50d776851ae591065fb1c1ca06e (diff)
downloadtde-packaging-296f9a72a15709617cb310ba82d439c0d6ef0719.tar.gz
tde-packaging-296f9a72a15709617cb310ba82d439c0d6ef0719.zip
Move man pages to /opt/trinity in koffice on Debian and Ubuntu
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/lenny/applications/koffice/debian/rules3
-rwxr-xr-xdebian/squeeze/applications/koffice/debian/rules3
-rwxr-xr-xdebian/wheezy/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 5b73d5bb7..b166e12e4 100755
--- a/debian/lenny/applications/koffice/debian/rules
+++ b/debian/lenny/applications/koffice/debian/rules
@@ -42,4 +42,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 5b73d5bb7..b166e12e4 100755
--- a/debian/squeeze/applications/koffice/debian/rules
+++ b/debian/squeeze/applications/koffice/debian/rules
@@ -42,4 +42,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/wheezy/applications/koffice/debian/rules b/debian/wheezy/applications/koffice/debian/rules
index 5b73d5bb7..b166e12e4 100755
--- a/debian/wheezy/applications/koffice/debian/rules
+++ b/debian/wheezy/applications/koffice/debian/rules
@@ -42,4 +42,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