diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 21:04:32 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 21:04:32 +0000 |
commit | baed223c3954c3848265ed8e6345da8a81e56eef (patch) | |
tree | 2445a34ff02e9f1a20d17804f676b63560ee816e /debian | |
parent | Adding patch from Raphaƫl Hertzog <hertzog@debian.org> to fallback on /bin/m... (diff) | |
download | dpkg-baed223c3954c3848265ed8e6345da8a81e56eef.tar.xz dpkg-baed223c3954c3848265ed8e6345da8a81e56eef.zip |
Disabling warning about unsupported system (Closes: #994388).
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/dpkg.postinst | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/debian/dpkg.postinst b/debian/dpkg.postinst index ac2ad07..90becaf 100644 --- a/debian/dpkg.postinst +++ b/debian/dpkg.postinst @@ -99,8 +99,6 @@ fixup_misplaced_alternatives() case "$1" in configure) fixup_misplaced_alternatives - - check_merged_usr_via_aliased_dirs ;; abort-upgrade|abort-deconfigure|abort-remove) ;; |