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

8 lines
101 B
Bash
Executable File

#!/bin/sh
set -e
if [ "$1" = remove ]; then
update-alternatives --remove mt /usr/bin/mt-gnu
fi