diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 18:39:17 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 18:39:17 +0000 |
commit | c3a38353f530796e1c1d35f7eb5791532d5b5492 (patch) | |
tree | c58ad5f28f05841cad02450c5c9f207485d92bed /debian/dpkg.postinst | |
parent | Adding patch from Raphaƫl Hertzog <hertzog@debian.org> to fallback on /bin/m... (diff) | |
download | dpkg-c3a38353f530796e1c1d35f7eb5791532d5b5492.tar.xz dpkg-c3a38353f530796e1c1d35f7eb5791532d5b5492.zip |
Disabling warning about unsupported system (Closes: #994388).
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/dpkg.postinst')
-rw-r--r-- | debian/dpkg.postinst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/debian/dpkg.postinst b/debian/dpkg.postinst index 113c8d5..6388730 100644 --- a/debian/dpkg.postinst +++ b/debian/dpkg.postinst @@ -66,7 +66,6 @@ setup_aliases() case "$1" in configure) - check_merged_usr_via_aliased_dirs setup_aliases ;; abort-upgrade|abort-deconfigure|abort-remove) |