summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-07-26 22:41:27 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-07-26 22:41:27 +0000
commita0dca9d3361841da5b220fe1b483a3f9dd8a0d35 (patch)
tree66fc2947d8901f9611efbc3134ce9c3920eb3bd7
parentReleasing debian version 20221002-14. (diff)
downloadprogress-linux-metapackages-a0dca9d3361841da5b220fe1b483a3f9dd8a0d35.tar.xz
progress-linux-metapackages-a0dca9d3361841da5b220fe1b483a3f9dd8a0d35.zip
Moving files to /usr (Closes: #1073708).
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rwxr-xr-xdebian/rules3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index 6ec1ace..904a931 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,3 +29,6 @@ execute_after_dh_auto_install:
rm -f debian/tmp/usr/share/doc/*/CHANGELOG.txt
rm -f debian/tmp/usr/share/doc/*/LICENSE.txt
rm -f debian/tmp/usr/share/doc/*/VERSION.txt
+
+execute_after_dh_install:
+ if command -v dh_movetousr > /dev/null 2>&1; then dh_movetousr; fi