Your IP : 3.14.131.159


Current Path : /var/lib/dpkg/info/
Upload File :
Current File : /var/lib/dpkg/info/cpp.postinst

#! /bin/sh

set -e

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