linuxOS_AP05/debian/base-linaro/binary/var/lib/dpkg/info/libwrap0:arm64.postrm
2025-09-26 09:40:02 +08:00

9 lines
157 B
Bash
Executable File

#!/bin/sh -e
if [ "$1" = "purge" ] && \
[ "$(dpkg-query --show libwrap0 2> /dev/null | wc -l)" = 1 ]; then
rm -f /etc/hosts.allow /etc/hosts.deny
fi