linuxOS_AP05/debian/base-linaro/binary/var/lib/dpkg/info/libglib2.0-dev:arm64.prerm
2025-09-26 09:40:02 +08:00

11 lines
267 B
Bash
Executable File

#!/bin/sh
# libglib2.0-dev needs a prerm in buster, so that if the old prerm fails
# due to https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=887629 we can
# recover by running the new prerm. Keep this workaround until after
# Debian 10 has been released.
set -e