diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 14:59:34 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 14:59:34 +0000 |
commit | b0ff9661cc0d37ec048b61e9bf1fc251df9ea086 (patch) | |
tree | 2d29f220d018f06fe61781930bf3a67dc515bf89 | |
parent | Adding patch from Raphaƫl Hertzog <hertzog@debian.org> to fallback on /bin/m... (diff) | |
download | dpkg-b0ff9661cc0d37ec048b61e9bf1fc251df9ea086.tar.xz dpkg-b0ff9661cc0d37ec048b61e9bf1fc251df9ea086.zip |
Disabling warning about unsupported system (Closes: #994388).
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-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) ;; |