From a0dca9d3361841da5b220fe1b483a3f9dd8a0d35 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 27 Jul 2024 00:41:27 +0200 Subject: Moving files to /usr (Closes: #1073708). Signed-off-by: Daniel Baumann --- debian/rules | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.3