diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-07-26 22:39:08 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-07-26 22:39:08 +0000 |
commit | 9ff69b5ffef1efba75ac95b309ebc3f09e953a8a (patch) | |
tree | 1b5e8b88760b0e25673af143d303f48ab06fc6c4 | |
parent | Removing gnome-shell-extension-no-annoyance from bfh-gnome-desktop depends (C... (diff) | |
download | bfh-metapackages-9ff69b5ffef1efba75ac95b309ebc3f09e953a8a.tar.xz bfh-metapackages-9ff69b5ffef1efba75ac95b309ebc3f09e953a8a.zip |
Moving files to /usr (Closes: #1073728).
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rwxr-xr-x | debian/rules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 7bb7904..5bdd72e 100755 --- a/debian/rules +++ b/debian/rules @@ -27,3 +27,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 |