linuxOS_AP05/debian/base-linaro/binary/var/lib/dpkg/info/libpam-runtime.prerm
2025-09-26 09:40:02 +08:00

10 lines
92 B
Bash
Executable File

#!/bin/sh
set -e
if [ "$1" = remove ]; then
pam-auth-update --package --remove unix
fi