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

10 lines
125 B
Bash
Executable File

#! /bin/sh
set -e
if [ "$1" != upgrade ]; then
update-alternatives --quiet --install /lib/cpp cpp /usr/bin/cpp 10
fi