Files
server/var/lib/dpkg/info/mawk.prerm
2026-01-07 20:52:11 +01:00

8 lines
194 B
Bash
Executable File

#!/bin/sh
set -e
# Automatically added by dh_installalternatives/13.14.1ubuntu5
if [ "$1" = "remove" ]; then
update-alternatives --remove awk /usr/bin/mawk
fi
# End automatically added section